diff options
author | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-12 10:36:26 +0100 |
---|---|---|
committer | bexnoss <82064510+bexnoss@users.noreply.github.com> | 2022-01-12 10:36:26 +0100 |
commit | d4b522b6cb5281df02da54cd9e0f6445770e7ec7 (patch) | |
tree | 2ab0a532ced302de190bed914e6f9e7ac29bfa67 /launcher/ui/pages/global/AccountListPage.ui | |
parent | 1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8 (diff) | |
download | PrismLauncher-d4b522b6cb5281df02da54cd9e0f6445770e7ec7.tar.gz PrismLauncher-d4b522b6cb5281df02da54cd9e0f6445770e7ec7.tar.bz2 PrismLauncher-d4b522b6cb5281df02da54cd9e0f6445770e7ec7.zip |
Add offline mode UI
Diffstat (limited to 'launcher/ui/pages/global/AccountListPage.ui')
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.ui b/launcher/ui/pages/global/AccountListPage.ui index 29738c02..d21a92e2 100644 --- a/launcher/ui/pages/global/AccountListPage.ui +++ b/launcher/ui/pages/global/AccountListPage.ui @@ -54,6 +54,7 @@ </attribute> <addaction name="actionAddMicrosoft"/> <addaction name="actionAddMojang"/> + <addaction name="actionAddOffline"/> <addaction name="actionRefresh"/> <addaction name="actionRemove"/> <addaction name="actionSetDefault"/> @@ -103,6 +104,11 @@ <string>Add Microsoft</string> </property> </action> + <action name="actionAddOffline"> + <property name="text"> + <string>Add Offline</string> + </property> + </action> <action name="actionRefresh"> <property name="text"> <string>Refresh</string> |