This commit is contained in:
Filip Sykala - NTB T15p 2023-03-15 12:31:19 +01:00
parent b6d84fb276
commit 733ad16feb

View File

@ -59,8 +59,7 @@ void StyleManager::init(AppConfig *app_config)
load_valid_style();
}
bool StyleManager::store_styles_to_app_config(bool use_modification,
bool store_active_index)
bool StyleManager::store_styles_to_app_config(bool use_modification, bool store_active_index)
{
assert(m_app_config != nullptr);
if (m_app_config == nullptr) return false;