Quote:
Originally Posted by BetterRed
Have a look at the Sort by tool, you'll probably need to add it to a toolbar or menu - I have it in the search bar.
It allows you to explicitly set and just as importantly see multiple column sort order settings.
BR
|
Yes, I already use that.
But I have just now solved it by explicitly tweaking the sort at startup setting from
sort_columns_at_startup = None
to
sort_columns_at_startup = [['#read', 1], ['authors', 0], ['series', 0], ['title', 0]]
This used to be not necessary. Now it seems to be...