mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'FixHIdeStartup' of https://github.com/onesounds/Flow.Launcher into FixHIdeStartup
This commit is contained in:
commit
079da725db
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ namespace Flow.Launcher
|
|||
var setting = items.Add(InternationalizationManager.Instance.GetTranslation("iconTraySettings"));
|
||||
setting.Click += (o, e) => App.API.OpenSettingDialog();
|
||||
var exit = items.Add(InternationalizationManager.Instance.GetTranslation("iconTrayExit"));
|
||||
exit.Click += (o, e) => Close();
|
||||
exit.Click += (o, e) => Environment.Exit(0);
|
||||
|
||||
_notifyIcon.ContextMenuStrip = menu;
|
||||
_notifyIcon.MouseClick += (o, e) =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue