1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-09 06:15:49 +02:00

Make sure tray icon brings the window to front

Closes 
This commit is contained in:
chylex 2016-04-23 17:06:59 +02:00
parent b0fe8cf53e
commit 92ac138183

View File

@ -128,6 +128,7 @@ private void trayIcon_Click(object sender, EventArgs e){
isLoaded = false;
Show();
SetupWindow();
Activate();
trayIcon.Visible = false;
}