diff --git a/settings.cpp b/settings.cpp index 439ac7c..09f2ab6 100644 --- a/settings.cpp +++ b/settings.cpp @@ -53,6 +53,7 @@ Settings::Settings(QWidget *parent) : #endif this->setWindowTitle(SETTINGS_WINDOW_TITLE); + currentConfigCheckDisplay = nullptr; } void Settings::selectSettings(QSettings *selectedSettings){