Skip to content

Commit

Permalink
Fix crash on icon tray creation
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Mar 4, 2025
1 parent 43697d6 commit 30f5a0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UniGetUI/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ public MainWindow()
}
catch (Exception ex2)
{
TrayIcon?.ForceCreate(false);
Logger.Error("Could not create taskbar tray (hard crash)");
Logger.Error(ex2);
}
Expand Down

0 comments on commit 30f5a0c

Please sign in to comment.