mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
-Fantasy Quest Checkbox can now be unchecked
This commit is contained in:
@@ -103,14 +103,6 @@ public enum VSubmenuQuestData implements IVSubmenu {
|
||||
group1.add(radExpert);
|
||||
radEasy.setSelected(true);
|
||||
|
||||
final ButtonGroup group2 = new ButtonGroup();
|
||||
group2.add(boxFantasy);
|
||||
/*
|
||||
group2.add(radFantasy);
|
||||
group2.add(radClassic);
|
||||
radClassic.setSelected(true);
|
||||
*/
|
||||
|
||||
// TODO: Convert this to non-hardcoded info
|
||||
cbxFormat.removeAllItems();
|
||||
cbxFormat.addItem("Standard");
|
||||
|
||||
Reference in New Issue
Block a user