From 88c3c80cacf1f6e933b9e143039491c87ea19d99 Mon Sep 17 00:00:00 2001 From: Oprea Alexandru Date: Tue, 6 Feb 2024 08:23:55 +0200 Subject: [PATCH] Ensure properties are set in the DefaultConfig --- Source/Aptabase/Private/AptabaseSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Aptabase/Private/AptabaseSettings.cpp b/Source/Aptabase/Private/AptabaseSettings.cpp index 0ebaa64..617577d 100644 --- a/Source/Aptabase/Private/AptabaseSettings.cpp +++ b/Source/Aptabase/Private/AptabaseSettings.cpp @@ -58,7 +58,7 @@ void UAptabaseSettings::PostEditChangeProperty(FPropertyChangedEvent& PropertyCh Host = static_cast(EnumValue); - SaveConfig(); + SaveConfig(CPF_Config, *GetDefaultConfigFilename()); } } #endif