diff --git a/Saviour Backup System/setup.cs b/Saviour Backup System/setup.cs index b3f4aa5..73ef5aa 100644 --- a/Saviour Backup System/setup.cs +++ b/Saviour Backup System/setup.cs @@ -28,7 +28,7 @@ namespace Saviour_Backup_System SS = new splashScreen(); //displays the splash screen SS.description.Text = "From Setup..."; databaseTools.init(); - startupBackups(); + //startupBackups(); **this needs to be edited so that it uses newer code! //run any initialising code here! SS.Close();