mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 04:31:28 +00:00
don't sort feedlist when sorting option is disabled
This commit is contained in:
@@ -582,7 +582,7 @@ function all_counters_callback() {
|
|||||||
getMainContext().parse_runtime_info(runtime);
|
getMainContext().parse_runtime_info(runtime);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (getInitParam("feeds_sort_by_unread")) {
|
if (getInitParam("feeds_sort_by_unread") == 1) {
|
||||||
resort_feedlist();
|
resort_feedlist();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user