Skip to content

Commit

Permalink
2.62e
Browse files Browse the repository at this point in the history
  • Loading branch information
tonikelope committed Dec 29, 2017
1 parent 8415ef2 commit 564021c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/megabasterd/SettingsDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,14 @@ private void delete_all_accounts_buttonActionPerformed(java.awt.event.ActionEven
mega_accounts_table.setModel(new_mega_model);

elc_accounts_table.setModel(new_elc_model);

mega_account_export_button.setEnabled(false);

mega_account_import_button.setEnabled(true);

elc_account_export_button.setEnabled(false);

elc_account_import_button.setEnabled(true);

for (Map.Entry pair : _main_panel.getMega_accounts().entrySet()) {

Expand Down

0 comments on commit 564021c

Please sign in to comment.