fix show only unread in feed actions
This commit is contained in:
parent
14c8eca714
commit
bdf7f1bc71
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ function allFeedsMenuGo() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (opname == "Show only read") {
|
||||
if (opname == "Show only unread") {
|
||||
toggleDispRead();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue