aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-03-01 20:45:07 +0000
committerTheKodeToad <TheKodeToad@proton.me>2023-03-02 10:31:53 +0000
commit8b897ac714f5317c6544c0fa6058495544301391 (patch)
tree369b577323518919bb0af341e2879523a46c7843 /launcher
parenta80b820e9491624429c75a049140ebe738b6d604 (diff)
downloadPrismLauncher-8b897ac714f5317c6544c0fa6058495544301391.tar.gz
PrismLauncher-8b897ac714f5317c6544c0fa6058495544301391.tar.bz2
PrismLauncher-8b897ac714f5317c6544c0fa6058495544301391.zip
Fix menu being set as central widget
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/ui/MainWindow.ui14
1 files changed, 4 insertions, 10 deletions
diff --git a/launcher/ui/MainWindow.ui b/launcher/ui/MainWindow.ui
index 2ede882d..4a89bc10 100644
--- a/launcher/ui/MainWindow.ui
+++ b/launcher/ui/MainWindow.ui
@@ -150,6 +150,10 @@
<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"/>
@@ -462,25 +466,15 @@
<string>Export the selected instance to supported formats.</string>
</property>
</action>
- <widget class="QMenu" name="exportInstanceMenu">
- <addaction name="actionExportInstanceZip"/>
- <addaction name="actionExportInstanceMrPack"/>
- </widget>
<action name="actionExportInstanceZip">
<property name="text">
<string>Prism Launcher (zip)</string>
</property>
- <property name="toolTip">
- <string>Export the instance as a ZIP.</string>
- </property>
</action>
<action name="actionExportInstanceMrPack">
<property name="text">
<string>Modrinth (mrpack)</string>
</property>
- <property name="toolTip">
- <string>Export to a Modrinth modpack.</string>
- </property>
</action>
<action name="actionCreateInstanceShortcut">
<property name="icon">