diff options
author | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-19 20:21:07 +0100 |
---|---|---|
committer | Jamie Mansfield <jmansfield@cadixdev.org> | 2021-06-19 20:31:49 +0100 |
commit | 81d4dc09ccef1df5c95164681d9f0f72dceeff64 (patch) | |
tree | 30c20e5ab30750e16a23d36199c92bbc2577fa67 | |
parent | 5f8d07c0092b6cc44f81104a3d7f9e7e49d9df5d (diff) | |
download | PrismLauncher-81d4dc09ccef1df5c95164681d9f0f72dceeff64.tar.gz PrismLauncher-81d4dc09ccef1df5c95164681d9f0f72dceeff64.tar.bz2 PrismLauncher-81d4dc09ccef1df5c95164681d9f0f72dceeff64.zip |
NOISSUE Add notice re MSA to login dialog
This commit should be reverted when support for Microsoft/Xbox
authentication is introduced.
-rw-r--r-- | application/dialogs/LoginDialog.ui | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/application/dialogs/LoginDialog.ui b/application/dialogs/LoginDialog.ui index d92fbae3..dbdb3b93 100644 --- a/application/dialogs/LoginDialog.ui +++ b/application/dialogs/LoginDialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>162</height> + <width>421</width> + <height>238</height> </rect> </property> <property name="sizePolicy"> @@ -21,6 +21,16 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> + <widget class="QLabel" name="microsoftAccountsNoticeLabel"> + <property name="text"> + <string>NOTICE: MultiMC does not currently support Microsoft accounts. This means that accounts created from December 2020 onwards cannot be used.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> <widget class="QLabel" name="label"> <property name="text"> <string notr="true">Message label placeholder.</string> |