Skip to content

Commit

Permalink
Ensure properties are set in the DefaultConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
pasotee committed Feb 6, 2024
1 parent 9a2aecf commit 88c3c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Aptabase/Private/AptabaseSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void UAptabaseSettings::PostEditChangeProperty(FPropertyChangedEvent& PropertyCh

Host = static_cast<EAptabaseHost>(EnumValue);

SaveConfig();
SaveConfig(CPF_Config, *GetDefaultConfigFilename());
}
}
#endif

0 comments on commit 88c3c80

Please sign in to comment.