mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 10:38:28 -05:00
Improved code
This commit is contained in:
parent
7154b3dd82
commit
197f9dd256
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue