UI for mrpack export (broken)

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-03-01 19:38:27 +00:00
parent 9265c319a9
commit a80b820e94
7 changed files with 187 additions and 6 deletions

View File

@@ -459,10 +459,27 @@
<string>E&amp;xport...</string>
</property>
<property name="toolTip">
<string>Export the selected instance as a zip file.</string>
<string>Export the selected instance to supported formats.</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</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">