MS Release 2.3.3

This commit is contained in:
2022-01-10 10:34:44 +01:00
parent b33e87c5d2
commit 482f015d6f
61 changed files with 33059 additions and 827 deletions

View File

@@ -2545,7 +2545,12 @@ Public Class frmMain
frmGhostMode.ShowDialog()
If USER_GHOST_MODE_ACTIVE = True And USER_GHOST_MODE_USRNAME <> String.Empty Then
LOGGER.Info($"GHOST MODE for User {USER_GHOST_MODE_USRNAME} will now be initialized!")
BarButtonItemGhostMode.Caption = $"Ghost Mode ({USER_GHOST_MODE_USRNAME}) inaktivieren"
If USER_LANGUAGE = "de-DE" Then
BarButtonItemGhostMode.Caption = $"Ghost Modus ({USER_GHOST_MODE_USRNAME}) inaktivieren"
Else
BarButtonItemGhostMode.Caption = $"Inactivate ghost mode ({USER_GHOST_MODE_USRNAME})"
End If
BarButtonItemGhostMode.Visibility = DevExpress.XtraBars.BarItemVisibility.Always
_Init.InitBasics()