mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
Fixed #53
This commit is contained in:
@@ -380,7 +380,7 @@ namespace Perun_v1
|
||||
// Sends app to system tray
|
||||
trayIconMain.Visible = true;
|
||||
this.WindowState = FormWindowState.Minimized;
|
||||
this.ShowInTaskbar = false;
|
||||
this.ShowInTaskbar = false;
|
||||
}
|
||||
|
||||
private void form_Main_BringFromTray()
|
||||
|
||||
Reference in New Issue
Block a user