Skip to content

Commit

Permalink
Added menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeTravelPenguin committed Dec 18, 2019
1 parent 7a3d7a3 commit 2a4bf7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Project/EveryoneIsJohnTracker/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,17 @@
<MenuItem Header="_File">
<MenuItem Header="_Load" Command="{Binding CommandLoadGame}" />
<MenuItem Header="_Save" Command="{Binding CommandSaveGame}" />
<MenuItem Header="_Exit" Command="{Binding CommandExitApplication}" />
</MenuItem>

<!-- Rules -->
<MenuItem Header="_Rules" Command="{Binding CommandOpenRules}" />

<!-- Tools -->
<MenuItem Header="_Tools">
<MenuItem Header="_Export Live Chart" Command="{Binding CommandExportChart}" />
</MenuItem>

<!-- About -->
<MenuItem Header="_About" Command="{Binding CommandAbout}" />

Expand Down

0 comments on commit 2a4bf7c

Please sign in to comment.