mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix compile error
This commit is contained in:
@@ -98,7 +98,8 @@ public class CardSearchFilter extends TextSearchFilter<PaperCard> {
|
|||||||
cbSearchMode.getSelectedIndex() != 0,
|
cbSearchMode.getSelectedIndex() != 0,
|
||||||
btnName.isSelected(),
|
btnName.isSelected(),
|
||||||
btnType.isSelected(),
|
btnType.isSelected(),
|
||||||
btnText.isSelected());
|
btnText.isSelected(),
|
||||||
|
btnText.isSelected()); //TODO: Support disabling searching in cost separate from searching in text
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user