Add offline mode disclaimer
This commit is contained in:
parent
46a3b4de6e
commit
395e265564
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>400</width>
|
||||
<height>150</height>
|
||||
<width>500</width>
|
||||
<height>250</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
|
@ -158,7 +158,13 @@ void AccountListPage::on_actionAddOffline_triggered()
|
||||
{
|
||||
MinecraftAccountPtr account = OfflineLoginDialog::newAccount(
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user