diff --git a/Saviour Backup System/mainWindow.cs b/Saviour Backup System/mainWindow.cs index 719ee8e..bd5d361 100644 --- a/Saviour Backup System/mainWindow.cs +++ b/Saviour Backup System/mainWindow.cs @@ -30,6 +30,7 @@ namespace Saviour_Backup_System //Starts the timer for refreshing drive list driveRefreshTimer.Start(); + if (setup.runtimeArguements[0] == "STARTUP") { this.Hide(); } }