Skip to content

Commit

Permalink
WPF: Reorder menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
Genteure committed Aug 11, 2021
1 parent 55594ab commit f337f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BililiveRecorder.WPF/Pages/RoomListPage.xaml
Expand Up @@ -56,8 +56,10 @@
<Separator/>
<MenuItem Header="{l:Loc RoomListPage_Menu_File}">
<MenuItem Header="{l:Loc RoomListPage_Menu_File_OpenWorkDirectory}" Click="MenuItem_OpenWorkDirectory_Click"/>
<MenuItem Header="{l:Loc RoomListPage_Menu_File_ChangeWorkPath}" Click="MenuItem_ChangeWorkPath_Click"/>
<MenuItem Header="{l:Loc RoomListPage_Menu_File_SaveConfig}" Click="MenuItem_SaveConfig_Click"/>
<Separator/>
<MenuItem Header="{l:Loc RoomListPage_Menu_File_ChangeWorkPath}" Click="MenuItem_ChangeWorkPath_Click"/>
<Separator/>
<MenuItem Header="{l:Loc RoomListPage_Menu_File_ShowLogFilesInExplorer}" Click="MenuItem_ShowLogFilesInExplorer_Click"/>
</MenuItem>
<MenuItem Header="{l:Loc RoomListPage_Menu_View}">
Expand Down

0 comments on commit f337f46

Please sign in to comment.