Add HotKeyListener

This commit is contained in:
Daniel Clark
2025-03-04 17:00:00 +00:00
parent dad7c54f0d
commit cee6557fb4
19 changed files with 424 additions and 297 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public class TaskbarButton :
public void Receive(PointerReleasedEventArgs args)
{
if (!isDrag && isWithinBounds)
if (args.Button is PointerButton.Left && !isDrag && isWithinBounds)
{
messenger.Send(new TaskbarButtonInvokedEventArgs(this));
}