Skip to content
Snippets Groups Projects
Commit c991f202 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Make sure jdenticon toggle is always initialized

parent 350d1977
No related branches found
No related tags found
No related merge requests found
......@@ -813,6 +813,8 @@ UserSettingsPage::UserSettingsPage(QSharedPointer<UserSettings> settings, QWidge
useIdenticon_ = new Toggle{this};
useIdenticon_->setChecked(settings_->useIdenticon());
}
else
useIdenticon_ = nullptr;
if (!settings_->tray()) {
startInTrayToggle_->setState(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment