use Logging Module EVERYWHERE, fix some MarvMan bugs
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
If ClassDatabase.Execute_non_Query(del, True) = True Then
|
||||
del = "DELETE FROM TBHOTKEY_PROFILE WHERE GUID = " & ID
|
||||
If ClassDatabase.Execute_non_Query(del, True) = True Then
|
||||
ClassLogger.Add(">> Hotkey-Profil: " & ID & " wurde gelöscht!", False)
|
||||
LOGGER.Info(">> Hotkey-Profil: " & ID & " wurde gelöscht!")
|
||||
Load_Profiles()
|
||||
Load_UserForProfiles()
|
||||
MsgBox("Profil wurde erfolgreich gelöscht!", MsgBoxStyle.Information, "Erfolgsmeldung")
|
||||
|
||||
Reference in New Issue
Block a user