1
Fork 0

added code to autohide the mainwindow when startup flag is used

This commit is contained in:
Jake Howard 2014-11-04 15:56:09 +00:00
parent f89dd254ba
commit 705bfe444b

View file

@ -30,6 +30,7 @@ namespace Saviour_Backup_System
//Starts the timer for refreshing drive list
driveRefreshTimer.Start();
if (setup.runtimeArguements[0] == "STARTUP") { this.Hide(); }
}