Start
This commit is contained in:
parent
7fe895c0f6
commit
3121aadc12
@ -223,7 +223,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