Cleanup Filters/Sieve capa

This commit is contained in:
djmaze 2021-03-14 12:15:48 +01:00
parent a9785bc39c
commit bde4d147bb
9 changed files with 9 additions and 35 deletions

View file

@ -236,7 +236,7 @@ export class FilterModel extends AbstractModel {
);
}
filter.actionKeep(1 == json.Keep);
filter.actionKeep(0 != json.Keep);
filter.actionNoStop(0 == json.Stop);
filter.actionMarkAsRead(1 == json.MarkAsRead);
}