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