Skip to content

Commit

Permalink
Remove work in progress for release
Browse files Browse the repository at this point in the history
Don't mention branches...
  • Loading branch information
DHancock committed Sep 20, 2023
1 parent 37a3ec7 commit 544e9e3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions SudokuSolver/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,13 @@
<KeyboardAccelerator Key="V" Modifiers="Control"/>
</MenuFlyoutItem.KeyboardAccelerators>
</MenuFlyoutItem>
<MenuFlyoutItem Text="Delete" Command="{x:Bind Puzzle.ViewModel.DeleteCommand}" AccessKey="D">
<!-- no keyboard accelerator because it's already implemented by a focused cell -->

<!-- remove work in progress, bug fix release required -->

<!--<MenuFlyoutItem Text="Delete" Command="{x:Bind Puzzle.ViewModel.DeleteCommand}" AccessKey="D">
-->
<!-- no keyboard accelerator because it's already implemented by a focused cell -->
<!--
</MenuFlyoutItem>
<MenuFlyoutSeparator />
Expand All @@ -119,7 +124,7 @@
<MenuFlyoutItem.KeyboardAccelerators>
<KeyboardAccelerator Key="M" Modifiers="Control"/>
</MenuFlyoutItem.KeyboardAccelerators>
</MenuFlyoutItem>
</MenuFlyoutItem>-->
</MenuBarItem>

<MenuBarItem Title="View" AccessKey="V">
Expand Down

0 comments on commit 544e9e3

Please sign in to comment.