MS ParamFehler aus Funktion

This commit is contained in:
SchreiberM 2020-12-18 09:10:29 +01:00
parent 448410fb29
commit 97b8dcb9ae
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -86,7 +86,6 @@ Public Class frmMain
Logger.Warn($"Unexpected Error in FormLoad2: {ex.Message}")
End Try
End If
RefreshUI()