ReImplement UserSettings::setAvatarCircles

pull/92/head
Aidan Hahn 5 years ago
parent a38f390355
commit 3677c58a17
No known key found for this signature in database
GPG Key ID: 327711E983899316
  1. 6
      src/UserSettingsPage.h

@ -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_; }

Loading…
Cancel
Save