added code to autohide the mainwindow when startup flag is used
This commit is contained in:
parent
f89dd254ba
commit
705bfe444b
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ namespace Saviour_Backup_System
|
||||||
|
|
||||||
//Starts the timer for refreshing drive list
|
//Starts the timer for refreshing drive list
|
||||||
driveRefreshTimer.Start();
|
driveRefreshTimer.Start();
|
||||||
|
if (setup.runtimeArguements[0] == "STARTUP") { this.Hide(); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue