Save settings when tabbar colors are changed
This commit is contained in:
@@ -346,6 +346,8 @@ void AppearanceSettingsPage::TabBarSystemColor(bool checked) {
|
|||||||
ui_->layout_tabbar_color->setEnabled(!checked);
|
ui_->layout_tabbar_color->setEnabled(!checked);
|
||||||
ui_->select_tabbar_color->setEnabled(!checked);
|
ui_->select_tabbar_color->setEnabled(!checked);
|
||||||
|
|
||||||
|
set_changed();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AppearanceSettingsPage::TabBarSelectBGColor() {
|
void AppearanceSettingsPage::TabBarSelectBGColor() {
|
||||||
@@ -357,4 +359,6 @@ void AppearanceSettingsPage::TabBarSelectBGColor() {
|
|||||||
current_tabbar_bg_color_ = color_selected;
|
current_tabbar_bg_color_ = color_selected;
|
||||||
UpdateColorSelectorColor(ui_->select_tabbar_color, current_tabbar_bg_color_);
|
UpdateColorSelectorColor(ui_->select_tabbar_color, current_tabbar_bg_color_);
|
||||||
|
|
||||||
|
set_changed();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user