summaryrefslogtreecommitdiff
path: root/spedytor/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'spedytor/Form1.cs')
-rw-r--r--spedytor/Form1.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/spedytor/Form1.cs b/spedytor/Form1.cs
index 91f6ebe..e7ccd26 100644
--- a/spedytor/Form1.cs
+++ b/spedytor/Form1.cs
@@ -241,6 +241,7 @@ namespace spedytor
private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e)
{
this.Show();
+ this.WindowState = FormWindowState.Normal;
this.notifyIcon.Visible = false;
}