remove pee stains
This commit is contained in:
@@ -11,7 +11,7 @@ Public Class frmMain
|
||||
Private WithEvents _Watcher As ClassClipboardWatcher = ClassClipboardWatcher.Singleton
|
||||
|
||||
Private _Animator As New Animator() With {
|
||||
.PopupColor = Color.FromArgb(255, 214, 49),
|
||||
.PopupColor = Color.FromArgb(165, 36, 49),
|
||||
.PopupOpacity = 0.8,
|
||||
.PopupSize = New Size(100, 30)
|
||||
}
|
||||
@@ -227,7 +227,7 @@ Public Class frmMain
|
||||
|
||||
Private Sub ReceiveHotKey(ByVal HotKeyID As String) Handles _Hotkey.HotKeyPressed
|
||||
If HotKeyID = HOTKEY_TRIGGER_WATCHER Then
|
||||
_Animator.Highlight(Cursor.Position)
|
||||
'_Animator.Highlight(Cursor.Position)
|
||||
|
||||
If CURRENT_CLIPBOARD_CONTENTS IsNot Nothing Then
|
||||
If MONITORING_ACTIVE = True Then
|
||||
|
||||
Reference in New Issue
Block a user