Merge branch 'master' of http://172.24.11.74:90/scm/git/DDClipboardSearcher
This commit is contained in:
commit
1652a4fb96
@ -222,7 +222,7 @@ Public Class frmStart
|
|||||||
End Sub
|
End Sub
|
||||||
Private Sub ReceiveHotKey(ByVal HotKeyID As String) Handles Hotkey.HotKeyPressed
|
Private Sub ReceiveHotKey(ByVal HotKeyID As String) Handles Hotkey.HotKeyPressed
|
||||||
If HotKeyID = 354523017 Then
|
If HotKeyID = 354523017 Then
|
||||||
If Not IsNothing(CURR_MATCH_RESULT) And Not IsNothing(CurrDT_PROFILE_MATCH) Then
|
If Not IsNothing(CURR_MATCH_RESULT) And Not IsNothing(CurrDT_PROFILE_MATCH) And MONITORING_ACTIVE = True Then
|
||||||
CHECK_PROFILE_MATCH()
|
CHECK_PROFILE_MATCH()
|
||||||
End If
|
End If
|
||||||
'If Not IsNothing(CURR_MATCH_RESULT) And Not IsNothing(CURR_MATCH_WM_SEARCH) Then
|
'If Not IsNothing(CURR_MATCH_RESULT) And Not IsNothing(CURR_MATCH_WM_SEARCH) Then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user