diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-15 10:36:05 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-15 10:36:05 +0300 |
commit | 1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4 (patch) | |
tree | c62f2832c80c185af47498273596eeeecd79cd15 /launcher/ui/MainWindow.ui | |
parent | d33de2e4277dfcd090a36c96e09148ea6a5d2e55 (diff) | |
parent | 9908e115aa6bdfcceefd1425406d1b6d1c1bdec4 (diff) | |
download | PrismLauncher-1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4.tar.gz PrismLauncher-1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4.tar.bz2 PrismLauncher-1ff8136f98cf3bb2983043fcaaf3e65366b4e6d4.zip |
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into scale_cat
Diffstat (limited to 'launcher/ui/MainWindow.ui')
-rw-r--r-- | launcher/ui/MainWindow.ui | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/launcher/ui/MainWindow.ui b/launcher/ui/MainWindow.ui index 4a89bc10..9e639ab0 100644 --- a/launcher/ui/MainWindow.ui +++ b/launcher/ui/MainWindow.ui @@ -150,10 +150,6 @@ <addaction name="actionChangeInstGroup"/> <addaction name="actionViewSelectedInstFolder"/> <addaction name="actionExportInstance"/> - <widget class="QMenu" name="exportInstanceMenu"> - <addaction name="actionExportInstanceZip"/> - <addaction name="actionExportInstanceMrPack"/> - </widget> <addaction name="actionCopyInstance"/> <addaction name="actionDeleteInstance"/> <addaction name="actionCreateInstanceShortcut"/> @@ -467,11 +463,17 @@ </property> </action> <action name="actionExportInstanceZip"> + <property name="icon"> + <iconset theme="launcher"/> + </property> <property name="text"> <string>Prism Launcher (zip)</string> </property> </action> <action name="actionExportInstanceMrPack"> + <property name="icon"> + <iconset theme="modrinth"/> + </property> <property name="text"> <string>Modrinth (mrpack)</string> </property> |