Browse Source
Merge pull request #1544 from DarkLordZach/reinitialize-keys-tools
qt: Move Reinitialize Keys to Tools menu
pull/15/merge
bunnei
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
src/yuzu/main.ui
|
|
|
@ -97,18 +97,24 @@ |
|
|
|
<addaction name="action_Show_Status_Bar"/> |
|
|
|
<addaction name="menu_View_Debugging"/> |
|
|
|
</widget> |
|
|
|
<widget class ="QMenu" name="menu_Tools"> |
|
|
|
<property name="title"> |
|
|
|
<string>Tools</string> |
|
|
|
</property> |
|
|
|
<addaction name="action_Rederive" /> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Help"> |
|
|
|
<property name="title"> |
|
|
|
<string>&Help</string> |
|
|
|
</property> |
|
|
|
<addaction name="action_Report_Compatibility"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="action_Rederive"/> |
|
|
|
<addaction name="action_About"/> |
|
|
|
</widget> |
|
|
|
<addaction name="menu_File"/> |
|
|
|
<addaction name="menu_Emulation"/> |
|
|
|
<addaction name="menu_View"/> |
|
|
|
<addaction name="menu_Tools" /> |
|
|
|
<addaction name="menu_Help"/> |
|
|
|
</widget> |
|
|
|
<action name="action_Install_File_NAND"> |
|
|
|
|