mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 11:45:16 +01:00
Added tooltip for proxy online mode
This commit is contained in:
parent
06e45c4886
commit
eb0a3aecb0
@ -106,6 +106,7 @@ public class GeneralTab extends AUITab {
|
|||||||
{
|
{
|
||||||
this.proxyOnlineMode = new JCheckBox("Proxy Online Mode");
|
this.proxyOnlineMode = new JCheckBox("Proxy Online Mode");
|
||||||
this.proxyOnlineMode.setBounds(350, 250, 465, 20);
|
this.proxyOnlineMode.setBounds(350, 250, 465, 20);
|
||||||
|
this.proxyOnlineMode.setToolTipText("Enabling Proxy Online Mode requires your client to have a valid account.\nProxy Online Mode allows your client to see skins on online mode servers and use the signed chat features.");
|
||||||
contentPane.add(this.proxyOnlineMode);
|
contentPane.add(this.proxyOnlineMode);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user