mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Load the default columns if the .ini file doesn't have a config for the headers
This commit is contained in:
parent
d167f7f671
commit
54fc070a2e
@ -164,6 +164,8 @@ void ClassicComicsView::setModel(ComicModel *model)
|
||||
} catch (...) {
|
||||
loadDefaults = true;
|
||||
}
|
||||
} else {
|
||||
loadDefaults = true;
|
||||
}
|
||||
|
||||
if (loadDefaults) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user