From 54fc070a2ecbcf6d7f53da15cf55345fa3b8d1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 12 Oct 2023 22:41:34 +0200 Subject: [PATCH] Load the default columns if the .ini file doesn't have a config for the headers --- YACReaderLibrary/classic_comics_view.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/YACReaderLibrary/classic_comics_view.cpp b/YACReaderLibrary/classic_comics_view.cpp index 00b513c9..80e5428a 100644 --- a/YACReaderLibrary/classic_comics_view.cpp +++ b/YACReaderLibrary/classic_comics_view.cpp @@ -164,6 +164,8 @@ void ClassicComicsView::setModel(ComicModel *model) } catch (...) { loadDefaults = true; } + } else { + loadDefaults = true; } if (loadDefaults) {