remove pee stains

This commit is contained in:
Jonathan Jenne
2021-03-24 15:02:05 +01:00
parent 7c5dd5f745
commit 8cce81b19a
2 changed files with 66 additions and 66 deletions

View File

@@ -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