diff options
author | timoreo <timo.oreo34@gmail.com> | 2022-01-14 09:43:42 +0100 |
---|---|---|
committer | timoreo <timo.oreo34@gmail.com> | 2022-01-14 09:56:27 +0100 |
commit | 4e9039be2d3bc0357e6bfe577c5f2add8313f8d6 (patch) | |
tree | 58ae809b2914e4eda300421ec4c7afbd3bc64067 /launcher/ui/pages/instance/ModFolderPage.ui | |
parent | b07853c9ef6063fe0d6d9065acdd598841c62a14 (diff) | |
download | PrismLauncher-4e9039be2d3bc0357e6bfe577c5f2add8313f8d6.tar.gz PrismLauncher-4e9039be2d3bc0357e6bfe577c5f2add8313f8d6.tar.bz2 PrismLauncher-4e9039be2d3bc0357e6bfe577c5f2add8313f8d6.zip |
Start of mod downloading
Diffstat (limited to 'launcher/ui/pages/instance/ModFolderPage.ui')
-rw-r--r-- | launcher/ui/pages/instance/ModFolderPage.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/launcher/ui/pages/instance/ModFolderPage.ui b/launcher/ui/pages/instance/ModFolderPage.ui index 0fb51e84..b5b4c9b2 100644 --- a/launcher/ui/pages/instance/ModFolderPage.ui +++ b/launcher/ui/pages/instance/ModFolderPage.ui @@ -88,6 +88,7 @@ <addaction name="actionRemove"/> <addaction name="actionEnable"/> <addaction name="actionDisable"/> + <addaction name="actionInstall_mods"/> <addaction name="actionView_configs"/> <addaction name="actionView_Folder"/> </widget> @@ -136,6 +137,14 @@ <string>View &Folder</string> </property> </action> + <action name="actionInstall_mods"> + <property name="text"> + <string>Install mods</string> + </property> + <property name="toolTip"> + <string>Install mods from Modrinth or Curseforge</string> + </property> + </action> </widget> <customwidgets> <customwidget> |