diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-04 00:02:37 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-03-04 00:02:37 -0500 |
commit | 9186a4f3f5723989dc07ee5fe2d59aa88f0de552 (patch) | |
tree | 566ffc0067921a9185084c79f2818b82b21868cc /settings.cpp | |
parent | d6a8b8c33372fe41d9e7f8453d15f491b25680a6 (diff) | |
download | abaddon-portaudio-9186a4f3f5723989dc07ee5fe2d59aa88f0de552.tar.gz abaddon-portaudio-9186a4f3f5723989dc07ee5fe2d59aa88f0de552.zip |
show crown next to owner
Diffstat (limited to 'settings.cpp')
-rw-r--r-- | settings.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.cpp b/settings.cpp index bba97f3..11894de 100644 --- a/settings.cpp +++ b/settings.cpp @@ -77,3 +77,7 @@ std::string SettingsManager::GetMainCSS() const { bool SettingsManager::GetShowAnimations() const { return GetSettingBool("gui", "animations", true); } + +bool SettingsManager::GetShowOwnerCrown() const { + return GetSettingBool("gui", "owner_crown", true); +} |