option menu: when search filter doesn't have results, ignore it and show an effect on the filter text
This commit is contained in:
@@ -78,6 +78,10 @@ public class Option {
|
||||
return filtered;
|
||||
}
|
||||
|
||||
public void setFiltered(boolean flag) {
|
||||
this.filtered = flag;
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if this option should be filtered (= not shown) because it does not
|
||||
* match the search string.
|
||||
|
||||
Reference in New Issue
Block a user