mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 11:45:16 +01:00
Improved code
This commit is contained in:
parent
7154b3dd82
commit
197f9dd256
@ -157,7 +157,6 @@ public class AccountsTab extends UITab {
|
||||
{
|
||||
final JPanel addButtons = new JPanel();
|
||||
addButtons.setLayout(new GridLayout(1, 3, BORDER_PADDING, 0));
|
||||
contentPane.add(addButtons);
|
||||
{
|
||||
JButton addOfflineAccountButton = new JButton(I18n.get("tab.accounts.add_offline.label"));
|
||||
addOfflineAccountButton.addActionListener(event -> {
|
||||
|
Loading…
Reference in New Issue
Block a user