diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-01 20:45:07 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 10:31:53 +0000 |
commit | 8b897ac714f5317c6544c0fa6058495544301391 (patch) | |
tree | 369b577323518919bb0af341e2879523a46c7843 /launcher/ui/MainWindow.ui | |
parent | a80b820e9491624429c75a049140ebe738b6d604 (diff) | |
download | PrismLauncher-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/ui/MainWindow.ui')
-rw-r--r-- | launcher/ui/MainWindow.ui | 14 |
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"> |