Load the default columns if the .ini file doesn't have a config for the headers

This commit is contained in:
Luis Ángel San Martín 2023-10-12 22:41:34 +02:00
parent d167f7f671
commit 54fc070a2e

View File

@ -164,6 +164,8 @@ void ClassicComicsView::setModel(ComicModel *model)
} catch (...) {
loadDefaults = true;
}
} else {
loadDefaults = true;
}
if (loadDefaults) {