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.hpp | |
parent | d6a8b8c33372fe41d9e7f8453d15f491b25680a6 (diff) | |
download | abaddon-portaudio-9186a4f3f5723989dc07ee5fe2d59aa88f0de552.tar.gz abaddon-portaudio-9186a4f3f5723989dc07ee5fe2d59aa88f0de552.zip |
show crown next to owner
Diffstat (limited to 'settings.hpp')
-rw-r--r-- | settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.hpp b/settings.hpp index 09aeec2..88365ba 100644 --- a/settings.hpp +++ b/settings.hpp @@ -19,6 +19,7 @@ public: bool GetPrefetch() const; std::string GetMainCSS() const; bool GetShowAnimations() const; + bool GetShowOwnerCrown() const; bool IsValid() const; |