Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Jan 2, 2020
1 parent fe22909 commit 6cd3f44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified SystemTray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Lurker.UI/Views/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
PopupActivation="DoubleClick">
<tb:TaskbarIcon.ContextMenu>
<ContextMenu>
<MenuItem IsChecked="{Binding StartWithWindows}" Header="Start with windows" cal:Message.Attach="[Event Click] = [Action CreateShortCut]"/>
<MenuItem IsChecked="{Binding StartWithWindows}" Header="Start with Windows" cal:Message.Attach="[Event Click] = [Action CreateShortCut]"/>
<MenuItem Header="Close" cal:Message.Attach="[Event Click] = [Action Close]"/>
</ContextMenu>
</tb:TaskbarIcon.ContextMenu>
Expand Down

0 comments on commit 6cd3f44

Please sign in to comment.