mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-26 12:35:11 +01:00
Use hand cursor for Discord link
This commit is contained in:
parent
85deab7e63
commit
fb74c159c4
@ -84,6 +84,7 @@ public class GeneralTab extends AUITab {
|
||||
frame.openURL("https://discord.gg/viaversion");
|
||||
}
|
||||
});
|
||||
discord.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
|
||||
GBC.create(header).grid(0, 0).width(0).insets(BORDER_PADDING, BORDER_PADDING, 0, 0).anchor(GridBagConstraints.NORTHWEST).add(discord);
|
||||
|
||||
JLabel title = new JLabel("ViaProxy");
|
||||
|
Loading…
Reference in New Issue
Block a user