2.3.0.0
This commit is contained in:
@@ -227,6 +227,7 @@ Public Class ClassInit
|
||||
ElseIf oMode.StartsWith("NOMATCH_INFO") Then
|
||||
Try
|
||||
Dim oResult = oMode.Replace("NOMATCH_INFO=", "")
|
||||
Logger.Info($"NOMATCH_INFO: {oResult}")
|
||||
NOMATCH_INFO = CBool(oResult)
|
||||
Catch ex As Exception
|
||||
NOMATCH_INFO = False
|
||||
@@ -234,11 +235,21 @@ Public Class ClassInit
|
||||
ElseIf oMode.StartsWith("HotkeySearchKey") Then
|
||||
Try
|
||||
Dim oResult = oMode.Replace("HotkeySearchKey=", "")
|
||||
Logger.Info($"HotkeySearchKey: {oResult}")
|
||||
HotkeySearchKey = oResult
|
||||
HotkeySearchKey_via_Server = True
|
||||
Catch ex As Exception
|
||||
HotkeySearchKey = "d"
|
||||
End Try
|
||||
ElseIf oMode.StartsWith("NotifyMode") Then
|
||||
Try
|
||||
Dim oResult = oMode.Replace("NotifyMode=", "")
|
||||
Logger.Info($"NotifyMode: {oResult}")
|
||||
NOTIFY_MODE = oResult
|
||||
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
Else
|
||||
Logger.Info($"Wrong oMode: {oMode}")
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user