Browse Source
Merge pull request #1686 from DarkLordZach/move-open-yuzu-folder
qt: Move Open yuzu Folder action from Help to File
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
2 additions and
1 deletions
-
src/yuzu/main.ui
|
|
|
@ -70,6 +70,8 @@ |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="action_Load_Amiibo"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="action_Open_yuzu_Folder"/> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="action_Exit"/> |
|
|
|
</widget> |
|
|
|
<widget class="QMenu" name="menu_Emulation"> |
|
|
|
@ -110,7 +112,6 @@ |
|
|
|
<string>&Help</string> |
|
|
|
</property> |
|
|
|
<addaction name="action_Report_Compatibility"/> |
|
|
|
<addaction name="action_Open_yuzu_Folder" /> |
|
|
|
<addaction name="separator"/> |
|
|
|
<addaction name="action_About"/> |
|
|
|
</widget> |
|
|
|
|