MS Release 2.3.3
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user