Skip to content

Commit 30f5a0c

Browse files
committed
Fix crash on icon tray creation
1 parent 43697d6 commit 30f5a0c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/UniGetUI/MainWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ public MainWindow()
147147
}
148148
catch (Exception ex2)
149149
{
150-
TrayIcon?.ForceCreate(false);
151150
Logger.Error("Could not create taskbar tray (hard crash)");
152151
Logger.Error(ex2);
153152
}

0 commit comments

Comments
 (0)