diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-19 00:06:44 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-19 00:06:44 +0300 |
commit | 319ce8c19f801a4bec920c6778cf140e9f92ee32 (patch) | |
tree | 6322b81bf4146ba98b5894ebbb8201a37cc8c044 /launcher/ui/MainWindow.ui | |
parent | 182e19eae3e2aa9f50dde140d10db858b5bf6076 (diff) | |
parent | 12cd8a7bea991c2a8d4b59b1cfc9f7c246819fc9 (diff) | |
download | PrismLauncher-319ce8c19f801a4bec920c6778cf140e9f92ee32.tar.gz PrismLauncher-319ce8c19f801a4bec920c6778cf140e9f92ee32.tar.bz2 PrismLauncher-319ce8c19f801a4bec920c6778cf140e9f92ee32.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into develop
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"> |