This commit is contained in:
VladMordock
2021-02-17 13:26:09 +01:00
parent 10c2666e74
commit 82f12a9b12

View File

@@ -380,7 +380,7 @@ namespace Perun_v1
// Sends app to system tray // Sends app to system tray
trayIconMain.Visible = true; trayIconMain.Visible = true;
this.WindowState = FormWindowState.Minimized; this.WindowState = FormWindowState.Minimized;
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
} }
private void form_Main_BringFromTray() private void form_Main_BringFromTray()