We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6ecd2 commit 647f8ffCopy full SHA for 647f8ff
1 file changed
App.axaml.cs
@@ -19,7 +19,7 @@ public override void OnFrameworkInitializationCompleted()
19
{
20
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
21
22
- if (true || !UsageService.CredentialsFileExists())
+ if (!UsageService.CredentialsFileExists())
23
24
var icons = TrayIcon.GetIcons(this);
25
if (icons != null)
0 commit comments