Add offline mode disclaimer
This commit is contained in:
parent
46a3b4de6e
commit
395e265564
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>400</width>
|
<width>500</width>
|
||||||
<height>150</height>
|
<height>250</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
@ -158,7 +158,13 @@ void AccountListPage::on_actionAddOffline_triggered()
|
|||||||
{
|
{
|
||||||
MinecraftAccountPtr account = OfflineLoginDialog::newAccount(
|
MinecraftAccountPtr account = OfflineLoginDialog::newAccount(
|
||||||
this,
|
this,
|
||||||
tr("Please enter your desired username to add your offline account.")
|
tr("Please enter your desired username to add your offline account. <br>"
|
||||||
|
"<br>"
|
||||||
|
"It is required by Mojang that you own Minecraft BEFORE you may use offline mode. <br>"
|
||||||
|
"The PolyMC organization denounces piracy and takes NO LIABILITY WHATSOEVER <br>"
|
||||||
|
"for any illegal activity that may occur in usage of the offline mode feature. <br></b>"
|
||||||
|
"<br>"
|
||||||
|
"By continuing you promise that you own a Minecraft account.")
|
||||||
);
|
);
|
||||||
|
|
||||||
if (account)
|
if (account)
|
||||||
|
Loading…
Reference in New Issue
Block a user