ms
This commit is contained in:
parent
c7731cbb6d
commit
98bedf7bab
@ -150,11 +150,8 @@ Public Class frmStart
|
|||||||
oProfiles = oProfileFilter.ClearNotMatchedProfiles(oProfiles)
|
oProfiles = oProfileFilter.ClearNotMatchedProfiles(oProfiles)
|
||||||
oProfiles = oProfiles.ToList()
|
oProfiles = oProfiles.ToList()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CURRENT_MATCHING_PROFILES = oProfiles
|
CURRENT_MATCHING_PROFILES = oProfiles
|
||||||
CURRENT_CLIPBOARD_CONTENTS = ClipboardContents
|
CURRENT_CLIPBOARD_CONTENTS = ClipboardContents
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub ReceiveHotKey(ByVal HotKeyID As String) Handles Hotkey.HotKeyPressed
|
Private Sub ReceiveHotKey(ByVal HotKeyID As String) Handles Hotkey.HotKeyPressed
|
||||||
@ -164,7 +161,6 @@ Public Class frmStart
|
|||||||
CHECK_PROFILE_MATCH()
|
CHECK_PROFILE_MATCH()
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
ElseIf HotKeyID = HOTKEY_TOGGLE_WATCHER Then
|
ElseIf HotKeyID = HOTKEY_TOGGLE_WATCHER Then
|
||||||
Change_Monitoring_State()
|
Change_Monitoring_State()
|
||||||
End If
|
End If
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user