mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
GUI: fixed that jumpstart tournament don't show up in the tables list (#6816);
This commit is contained in:
parent
40b7d723ef
commit
c011ff92ad
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
typeFilterList.add(RowFilter.regexFilter("Constructed", TablesTableModel.COLUMN_GAME_TYPE));
|
||||
}
|
||||
if (btnTypeTourneyLimited.isSelected()) {
|
||||
typeFilterList.add(RowFilter.regexFilter("Booster|Sealed", TablesTableModel.COLUMN_GAME_TYPE));
|
||||
typeFilterList.add(RowFilter.regexFilter("Booster|Sealed|Jumpstart", TablesTableModel.COLUMN_GAME_TYPE));
|
||||
}
|
||||
|
||||
// format
|
||||
|
|
Loading…
Reference in a new issue