make lint
This commit is contained in:
parent
dcdf00dcc5
commit
a23c586cde
2 changed files with 5 additions and 7 deletions
|
|
@ -812,9 +812,8 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
|
|||
if (JdenticonProvider::isAvailable()) {
|
||||
useIdenticon_ = new Toggle{this};
|
||||
useIdenticon_->setChecked(settings_->useIdenticon());
|
||||
}
|
||||
else
|
||||
useIdenticon_ = nullptr;
|
||||
} else
|
||||
useIdenticon_ = nullptr;
|
||||
|
||||
if (!settings_->tray()) {
|
||||
startInTrayToggle_->setState(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue