ReImplement UserSettings::setAvatarCircles

This commit is contained in:
Aidan Hahn 2019-09-01 19:54:50 -07:00
parent a38f390355
commit 3677c58a17
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -86,6 +86,12 @@ public:
save();
}
void setAvatarCircles(bool state)
{
avatarCircles_ = state;
save();
}
QString theme() const { return !theme_.isEmpty() ? theme_ : defaultTheme_; }
bool isTrayEnabled() const { return isTrayEnabled_; }
bool isStartInTrayEnabled() const { return isStartInTrayEnabled_; }