forked from External/mage
Done - Issue 35: Hide Quick Start button
This commit is contained in:
parent
92dc74634b
commit
e2955de950
2 changed files with 8 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
|
|||
|
||||
this.roomId = roomId;
|
||||
session = MageFrame.getSession();
|
||||
this.btnQuickStart.setVisible(true);
|
||||
btnQuickStart.setVisible(System.getProperty(MageFrame.testModeArg) != null);
|
||||
if (newTableDialog == null) {
|
||||
newTableDialog = new NewTableDialog();
|
||||
MageFrame.getDesktop().add(newTableDialog);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue