Add an option not to skip “The” when sorting artist names
This commit is contained in:
committed by
Jonas Kvinge
parent
4626a6f609
commit
2aa70b6ab8
@@ -232,6 +232,7 @@ void CollectionView::ReloadSettings() {
|
||||
if (app_) {
|
||||
app_->collection_model()->set_pretty_covers(settings.value("pretty_covers", true).toBool());
|
||||
app_->collection_model()->set_show_dividers(settings.value("show_dividers", true).toBool());
|
||||
app_->collection_model()->set_sort_skips_articles(settings.value("sort_skips_articles", true).toBool());
|
||||
}
|
||||
|
||||
delete_files_ = settings.value("delete_files", false).toBool();
|
||||
|
||||
Reference in New Issue
Block a user