diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-01 22:05:44 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-03 12:48:34 -0400 |
commit | 97187b7ef6eb842c0f8021ac500b5f7f029a5ae9 (patch) | |
tree | 2b3430beae935c99273510c0578bd4496575bb4c /src/yuzu/main.ui | |
parent | 6664d7b2c5dcff9846e1a77ffa729a53e6261308 (diff) |
qt: Add help option to open yuzu folder
Opens a new file manager window at the UserDir.
Diffstat (limited to 'src/yuzu/main.ui')
-rw-r--r-- | src/yuzu/main.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/main.ui b/src/yuzu/main.ui index 48d099591..28cf269e7 100644 --- a/src/yuzu/main.ui +++ b/src/yuzu/main.ui @@ -110,6 +110,7 @@ <string>&Help</string> </property> <addaction name="action_Report_Compatibility"/> + <addaction name="action_Open_yuzu_Folder" /> <addaction name="separator"/> <addaction name="action_About"/> </widget> @@ -277,6 +278,11 @@ <bool>false</bool> </property> </action> + <action name="action_Open_yuzu_Folder"> + <property name="text"> + <string>Open yuzu Folder</string> + </property> + </action> </widget> <resources/> <connections/> |