forked from External/mage
* Password join value is now distinct from password you set of for a new table.
This commit is contained in:
parent
f7bce827fe
commit
4f6d3f3a1a
2 changed files with 3 additions and 2 deletions
|
|
@ -164,6 +164,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
// pref setting for new table dialog
|
||||
public static final String KEY_NEW_TABLE_NAME = "newTableName";
|
||||
public static final String KEY_NEW_TABLE_PASSWORD = "newTablePassword";
|
||||
public static final String KEY_NEW_TABLE_PASSWORD_JOIN = "newTablePasswordJoin";
|
||||
public static final String KEY_NEW_TABLE_DECK_TYPE = "newTableDeckType";
|
||||
public static final String KEY_NEW_TABLE_TIME_LIMIT = "newTableTimeLimit";
|
||||
public static final String KEY_NEW_TABLE_GAME_TYPE = "newTableGameType";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue