fix big window being a fucking dick

This commit is contained in:
Jonathan Jenne
2020-07-07 10:43:21 +02:00
parent 65f37d16e0
commit 7abf9c99c7
3 changed files with 38 additions and 921 deletions

View File

@@ -55,25 +55,25 @@ Public NotInheritable Class frmSplash
bw.ReportProgress(CalcProgress(1), "Initialize Logging")
Init.InitLogger()
Thread.Sleep(600)
Thread.Sleep(300)
bw.ReportProgress(CalcProgress(2), "Initialize Config")
Init.InitConfig()
Thread.Sleep(600)
Thread.Sleep(300)
bw.ReportProgress(CalcProgress(3), "Initialize Database")
If Init.InitDatabase() = True Then
Thread.Sleep(600)
Thread.Sleep(300)
bw.ReportProgress(CalcProgress(4), "Initialize UserConfiguration")
Init.InitUserLogin()
Thread.Sleep(600)
Thread.Sleep(300)
bw.ReportProgress(CalcProgress(5), "Initialize windream-Settings")
Init.InitBasics()
Thread.Sleep(500)
Thread.Sleep(300)
Else
Throw New Exception("Database could not be reached! Application will be closed now!")
End If