Redesign filter dialog

This commit is contained in:
bws9000 2020-07-02 20:50:11 -04:00
parent f4677c0d9a
commit 70aa6b1f6d
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public class FeedItemFilter {
break;
case "paused":
showPaused = true;
break;
case "not_paused":
showNotPaused = true;
break;
@ -64,6 +65,7 @@ public class FeedItemFilter {
break;
case "has_media":
showHasMedia = true;
break;
case "no_media":
showNoMedia = true;
break;