Skip to content

Commit 668cc6e

Browse files
Swap mouse buttons
1 parent d44f5a0 commit 668cc6e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Home Assistant Taskbar Menu/Views/MainWindow.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<tb:TaskbarIcon
1616
IconSource="/Images/small.ico"
1717
ToolTip="Home Assistant"
18-
MenuActivation="LeftOrDoubleClick"
19-
TrayRightMouseDown="ShowBrowser"
18+
TrayLeftMouseDown="ShowBrowser"
19+
TrayMouseDoubleClick="ShowBrowser"
20+
MenuActivation="RightClick"
2021
Name="TaskbarIcon">
2122
<tb:TaskbarIcon.ContextMenu>
2223
<ContextMenu x:Name="TaskbarMenuRoot" StaysOpen="True" PreviewKeyDown="UIElement_OnKeyDown"/>

0 commit comments

Comments
 (0)