don't sort feedlist when sorting option is disabled
This commit is contained in:
parent
c9268ed599
commit
cea51014f7
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue