diff options
author | LennyMcLennington <28272981+LennyMcLennington@users.noreply.github.com> | 2022-01-17 03:56:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 03:56:27 +0000 |
commit | 2c2c22ccf8567de0410decdd6ef122170c70103f (patch) | |
tree | d898fa78f0e344121327cdd8325171ef58f71605 /launcher/ui/pages/global/AccountListPage.ui | |
parent | 0bc8baf1172d6967cdb2993826e3469ecd9aab66 (diff) | |
parent | 55597b458ced4d7ad8082ab226617ba48e177ee6 (diff) | |
download | PrismLauncher-2c2c22ccf8567de0410decdd6ef122170c70103f.tar.gz PrismLauncher-2c2c22ccf8567de0410decdd6ef122170c70103f.tar.bz2 PrismLauncher-2c2c22ccf8567de0410decdd6ef122170c70103f.zip |
Merge pull request #82 from PolyMC/revert-offline-mode
Revert offline mode support (#81 and #50)
Diffstat (limited to 'launcher/ui/pages/global/AccountListPage.ui')
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.ui b/launcher/ui/pages/global/AccountListPage.ui index d21a92e2..29738c02 100644 --- a/launcher/ui/pages/global/AccountListPage.ui +++ b/launcher/ui/pages/global/AccountListPage.ui @@ -54,7 +54,6 @@ </attribute> <addaction name="actionAddMicrosoft"/> <addaction name="actionAddMojang"/> - <addaction name="actionAddOffline"/> <addaction name="actionRefresh"/> <addaction name="actionRemove"/> <addaction name="actionSetDefault"/> @@ -104,11 +103,6 @@ <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> |