MS ParamFehler aus Funktion
This commit is contained in:
@@ -225,7 +225,7 @@ Public Class ClassInit
|
||||
End Try
|
||||
ElseIf oMode.StartsWith("HotkeySearchKey") Then
|
||||
Try
|
||||
Dim oResult = oMode.Replace("HotkeySearchKeyO=", "")
|
||||
Dim oResult = oMode.Replace("HotkeySearchKey=", "")
|
||||
HotkeySearchKey = oResult
|
||||
HotkeySearchKey_via_Server = True
|
||||
Catch ex As Exception
|
||||
|
||||
@@ -86,7 +86,6 @@ Public Class frmMain
|
||||
Logger.Warn($"Unexpected Error in FormLoad2: {ex.Message}")
|
||||
End Try
|
||||
|
||||
|
||||
End If
|
||||
|
||||
RefreshUI()
|
||||
|
||||
Reference in New Issue
Block a user