Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Sep 23, 2023
1 parent cab408d commit 8480a64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion JL.Windows/ConfigManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,6 @@ public static void ApplyPreferences()
KeyGestureUtils.SetInputGestureText(currentPopupWindow.AddNameMenuItem, ShowAddNameWindowKeyGesture);
KeyGestureUtils.SetInputGestureText(currentPopupWindow.AddWordMenuItem, ShowAddWordWindowKeyGesture);
KeyGestureUtils.SetInputGestureText(currentPopupWindow.SearchMenuItem, SearchWithBrowserKeyGesture);
KeyGestureUtils.SetInputGestureText(currentPopupWindow.StatsMenuItem, ShowStatsKeyGesture);

currentPopupWindow = currentPopupWindow.ChildPopupWindow;
}
Expand Down
4 changes: 0 additions & 4 deletions JL.Windows/GUI/PopupWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@
Name="SearchMenuItem"
Header="Search"
Click="SearchWithBrowser" />
<MenuItem
Name="StatsMenuItem"
Header="Stats"
Click="ShowStats" />
</ContextMenu>
</Window.ContextMenu>
</Window>

0 comments on commit 8480a64

Please sign in to comment.