Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 1d1d0c5

Browse files
authored
Merge pull request #33 from Invvard/fix/tray-icon-hint
Fix the tray menu icon tooltip
2 parents b4fc270 + efd9e79 commit 1d1d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/View/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<Grid x:Name="LayoutRoot">
4141
<tb:TaskbarIcon
4242
Visibility="Visible"
43-
ToolTipText="Double-click for window, right-click for menu"
43+
ToolTipText="Left-click for window, right-click for menu"
4444
IconSource="{StaticResource TrayIcon}"
4545
ContextMenu="{StaticResource SysTrayMenu}"
4646
MenuActivation="RightClick"

0 commit comments

Comments
 (0)