ReImplement UserSettings::setAvatarCircles
This commit is contained in:
parent
a38f390355
commit
3677c58a17
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue