Skip to content

Commit

Permalink
- changed double click behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Grabarevic committed Mar 29, 2017
1 parent 46d1cba commit 72f20c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildsAppReborn.Client/Resources/NotifyIconResources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<tb:TaskbarIcon x:Key="NotifyIcon"
ContextMenu="{StaticResource SysTrayMenu}"
DoubleClickCommand="{Binding ShowSettingsWindowCommand}"
DoubleClickCommand="{Binding ShowWindowCommand}"
IconSource="{Binding TrayIcon,
Converter={StaticResource FallBackNullToLoadingConverter}}"
LeftClickCommand="{Binding ShowWindowCommand}" />
Expand Down

0 comments on commit 72f20c4

Please sign in to comment.