Skip to content

Commit

Permalink
Merge pull request #8 from outoftheboxplugins/main
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning authored Aug 8, 2023
2 parents ade535e + 5b07c3b commit 2a86b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Source/Aptabase/Private/AptabaseSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ FText UAptabaseSettings::GetSectionText() const
const FName DisplaySectionName = GetSectionName();
return FText::FromName(DisplaySectionName);
}
#endif

#if WITH_EDITOR
void UAptabaseSettings::PostEditChangeProperty(FPropertyChangedEvent& PropertyChangedEvent)
{
Super::PostEditChangeProperty(PropertyChangedEvent);
Expand Down
2 changes: 1 addition & 1 deletion Source/Aptabase/Private/AptabaseSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum class EAptabaseHost : uint8
/**
* Holds configuration for integrating the Aptabase Analytics tracker
*/
UCLASS(Config = Aptabase)
UCLASS(defaultconfig, Config = Aptabase)
class APTABASE_API UAptabaseSettings : public UDeveloperSettings
{
GENERATED_BODY()
Expand Down

0 comments on commit 2a86b8c

Please sign in to comment.