mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 15:55:39 +02:00
Fixed #53
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user