mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Load the default columns if the .ini file doesn't have a config for the headers
This commit is contained in:
@ -164,6 +164,8 @@ void ClassicComicsView::setModel(ComicModel *model)
|
||||
} catch (...) {
|
||||
loadDefaults = true;
|
||||
}
|
||||
} else {
|
||||
loadDefaults = true;
|
||||
}
|
||||
|
||||
if (loadDefaults) {
|
||||
|
Reference in New Issue
Block a user