Ms Settings default

This commit is contained in:
2021-01-11 09:27:25 +01:00
parent 0c8e77c993
commit cafad9d00b
5 changed files with 8 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ Public NotInheritable Class frmSplash
Worker.ReportProgress(CalcProgress(4), "Initializing User-Configuration")
If My.Settings.GHOSTUSER <> String.Empty Then
Logger.Info($"GHOSTLogin [{My.Settings.GHOSTUSER} is active!")
Logger.Info($"GHOSTLogin [{My.Settings.GHOSTUSER}] is active!")
End If
If Init.InitUserLogin(My.Settings.GHOSTUSER) = False Then
If ERROR_INIT = "" Then