Disable use system icons option

This commit is contained in:
Jonas Kvinge
2019-10-04 17:08:12 +02:00
parent 4402a56e94
commit b1069f9f18
2 changed files with 8 additions and 4 deletions

View File

@@ -110,6 +110,8 @@ AppearanceSettingsPage::AppearanceSettingsPage(SettingsDialog *dialog)
connect(ui_->select_tabbar_color, SIGNAL(pressed()), SLOT(TabBarSelectBGColor()));
connect(ui_->tabbar_system_color, SIGNAL(toggled(bool)), SLOT(TabBarSystemColor(bool)));
ui_->checkbox_system_icons->hide();
Load();
}