Skip to content

Commit 57e6665

Browse files
committed
System tray icon
Add code for creation of system tray icon, menu and handle menu events
1 parent c92274e commit 57e6665

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/ViewModels/Launcher.cs

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ public LauncherPage ActivePage
4646
}
4747
}
4848

49-
public Launcher(string startupRepo, bool interceptClosing)
49+
public Launcher(string startupRepo)
5050
{
5151
_ignoreIndexChange = true;
52-
InterceptQuit = interceptClosing;
53-
5452
Pages = new AvaloniaList<LauncherPage>();
5553
AddNewTab();
5654

0 commit comments

Comments
 (0)