MS AdminTab

This commit is contained in:
Developer01
2025-04-24 11:43:55 +02:00
parent 3c5f5cb5f5
commit d9deb589d1
8 changed files with 130 additions and 40 deletions

View File

@@ -24,4 +24,6 @@ Module ModuleSettings
Public USER_GHOST_MODE_ACTIVE As Boolean = False
Public MyUserModel As UserModel
Public MyState As State
Public CurrentEnvelopID As Integer = 0
Public CurrentEnvelopetitle As String = ""
End Module