NOMATCH_INFO bug
This commit is contained in:
parent
1c39e27dc4
commit
e531cce108
@ -85,7 +85,7 @@ Public Class ClassDataASorDB
|
|||||||
HotkeySearchKey = oResult
|
HotkeySearchKey = oResult
|
||||||
HotkeySearchKey_via_Server = True
|
HotkeySearchKey_via_Server = True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
HotkeySearchKey_via_Server = "d"
|
HotkeySearchKey = "d"
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
Else
|
Else
|
||||||
|
|||||||
@ -237,9 +237,8 @@ Public Class ClassInit
|
|||||||
HotkeySearchKey = oResult
|
HotkeySearchKey = oResult
|
||||||
HotkeySearchKey_via_Server = True
|
HotkeySearchKey_via_Server = True
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
NOMATCH_INFO = "d"
|
HotkeySearchKey = "d"
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
Else
|
Else
|
||||||
Logger.Info($"Wrong oMode: {oMode}")
|
Logger.Info($"Wrong oMode: {oMode}")
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user