Skip to content

Commit

Permalink
Merge pull request #14 from outoftheboxplugins/fixed-host-in-packaged…
Browse files Browse the repository at this point in the history
…-games

Ensure properties are set in the DefaultConfig
  • Loading branch information
goenning authored Feb 6, 2024
2 parents 9a2aecf + 88c3c80 commit 1a2171d
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 1a2171d

Please sign in to comment.