Skip to content

Commit 647f8ff

Browse files
committed
Oops.
1 parent af6ecd2 commit 647f8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public override void OnFrameworkInitializationCompleted()
1919
{
2020
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
2121
{
22-
if (true || !UsageService.CredentialsFileExists())
22+
if (!UsageService.CredentialsFileExists())
2323
{
2424
var icons = TrayIcon.GetIcons(this);
2525
if (icons != null)

0 commit comments

Comments
 (0)