diff --git a/app/DD_Clipboard_Searcher/ClassInit.vb b/app/DD_Clipboard_Searcher/ClassInit.vb index 7389c6d..2bd9e0c 100644 --- a/app/DD_Clipboard_Searcher/ClassInit.vb +++ b/app/DD_Clipboard_Searcher/ClassInit.vb @@ -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 diff --git a/app/DD_Clipboard_Searcher/frmMain.vb b/app/DD_Clipboard_Searcher/frmMain.vb index ca2cec6..3b22372 100644 --- a/app/DD_Clipboard_Searcher/frmMain.vb +++ b/app/DD_Clipboard_Searcher/frmMain.vb @@ -86,7 +86,6 @@ Public Class frmMain Logger.Warn($"Unexpected Error in FormLoad2: {ex.Message}") End Try - End If RefreshUI()