forked from External/mage
Initial working product. Doesn't handle skipping stack.
This commit is contained in:
parent
486d05589b
commit
028d7ed1f8
5 changed files with 127 additions and 1 deletions
|
|
@ -299,6 +299,7 @@ public class PreferencesDialog extends javax.swing.JDialog {
|
|||
public static final String KEY_CONNECTION_URL_SERVER_LIST = "connectionURLServerList";
|
||||
|
||||
// controls
|
||||
public static final String KEY_CONTROL_TOGGLE_MACRO = "controlToggleMacro";
|
||||
public static final String KEY_CONTROL_CONFIRM = "controlConfirm";
|
||||
public static final String KEY_CONTROL_CANCEL_SKIP = "controlCancelSkip";
|
||||
public static final String KEY_CONTROL_NEXT_TURN = "controlNextTurn";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue