hotkey r: fix for categories
This commit is contained in:
parent
2c3bd11965
commit
5877d115b0
1 changed files with 1 additions and 1 deletions
|
@ -996,7 +996,7 @@ function hotkey_handler(e) {
|
|||
|
||||
if (keycode == 82) { // r
|
||||
if (getActiveFeedId()) {
|
||||
viewfeed(getActiveFeedId(), "ForceUpdate");
|
||||
viewfeed(getActiveFeedId(), "ForceUpdate", activeFeedIsCat());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue