mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
formatting
This commit is contained in:
parent
1dabfbb07b
commit
591547d878
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ public class DeckEditorPanel extends javax.swing.JPanel {
|
|||
this.btnExit.setVisible(false);
|
||||
this.btnImport.setVisible(false);
|
||||
if (!MageFrame.getSession().isTestMode()) {
|
||||
this.btnLoad.setVisible(false);
|
||||
}
|
||||
this.btnLoad.setVisible(false);
|
||||
}
|
||||
this.deckArea.showSideboard(false);
|
||||
countdown.stop();
|
||||
this.timeout = time;
|
||||
|
|
Loading…
Add table
Reference in a new issue