diff --git a/src/blackcore/application/applicationsettings.h b/src/blackcore/application/applicationsettings.h index a07e0736d..4555a7858 100644 --- a/src/blackcore/application/applicationsettings.h +++ b/src/blackcore/application/applicationsettings.h @@ -90,7 +90,7 @@ namespace BlackCore::Application } //! \copydoc BlackMisc::TSettingTrait::defaultValue - static bool defaultValue() { return true; } + static bool defaultValue() { return false; } }; } // ns