Jackett.Tray: Hide form

This commit is contained in:
flightlevel 2018-07-26 22:07:04 +10:00
parent 0fabaf2fe0
commit b19d690305
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ namespace Jackett.Tray
Hide();
InitializeComponent();
Opacity = 0;
Enabled = false;
WindowState = FormWindowState.Minimized;
FormBorderStyle = FormBorderStyle.FixedToolWindow;