diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index 01701b97b..cfc97806b 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -189,6 +189,9 @@ ColorButton *SettingsLayout::addColorButton( }); }); + this->groups_.back().widgets.push_back({label, {text}}); + this->groups_.back().widgets.push_back({colorButton, {text}}); + return colorButton; }