diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-19 12:20:50 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-19 12:20:50 +0300 |
commit | ec063470d76890d865ea68406ebb1a3a40fa14b1 (patch) | |
tree | 7cecd533df5f211ec8d8dbe896c99d34bae27cfc /launcher/ui/MainWindow.ui | |
parent | 6667ff9330cc080ca3c5fc2dd90af6b8420bf3fc (diff) | |
parent | 9d22fce53fef7481ad6804aac62c63c4e5411dcc (diff) | |
download | PrismLauncher-ec063470d76890d865ea68406ebb1a3a40fa14b1.tar.gz PrismLauncher-ec063470d76890d865ea68406ebb1a3a40fa14b1.tar.bz2 PrismLauncher-ec063470d76890d865ea68406ebb1a3a40fa14b1.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into mods_txt
Diffstat (limited to 'launcher/ui/MainWindow.ui')
-rw-r--r-- | launcher/ui/MainWindow.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.ui b/launcher/ui/MainWindow.ui index 9e639ab0..f67fb185 100644 --- a/launcher/ui/MainWindow.ui +++ b/launcher/ui/MainWindow.ui @@ -187,6 +187,7 @@ <bool>true</bool> </property> <addaction name="actionViewInstanceFolder"/> + <addaction name="actionViewLauncherRootFolder"/> <addaction name="actionViewCentralModsFolder"/> </widget> <widget class="QMenu" name="accountsMenu"> @@ -541,6 +542,18 @@ <string>Open the instance folder in a file browser.</string> </property> </action> + <action name="actionViewLauncherRootFolder"> + <property name="icon"> + <iconset theme="viewfolder"> + <normaloff>.</normaloff>.</iconset> + </property> + <property name="text"> + <string>&View Launcher Root Folder</string> + </property> + <property name="toolTip"> + <string>Open the launcher's root folder in a file browser.</string> + </property> + </action> <action name="actionViewCentralModsFolder"> <property name="icon"> <iconset theme="centralmods"> |