Skip to content

Commit

Permalink
removed accounts tab
Browse files Browse the repository at this point in the history
  • Loading branch information
xxAROX committed Jul 17, 2024
1 parent 9ce3cf3 commit 198ffa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/xxAROX/PresenceMan/Application/ui/AppUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ private void loadTabs() {
tabs.add(settings_tab);
settings_tab.add(contentPane);

tabs.add(accounts_tab);
accounts_tab.add(contentPane);
//tabs.add(accounts_tab);
//accounts_tab.add(contentPane);

tabs.add(partners_tab);
partners_tab.add(contentPane);
Expand Down

0 comments on commit 198ffa1

Please sign in to comment.