add: refresh on load

Signed-off-by: theMackabu <theMackabu@gmail.com>
This commit is contained in:
theMackabu 2023-12-12 14:22:23 -08:00
parent 0d44c0df1d
commit 648aa18e6f
No known key found for this signature in database
GPG Key ID: B5529AE3BFEE1D51

View File

@ -27,6 +27,7 @@ ThemeCustomizationWidget::ThemeCustomizationWidget(QWidget* parent) : QWidget(pa
{
ui->setupUi(this);
loadSettings();
ThemeCustomizationWidget::refresh();
connect(ui->iconsComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &ThemeCustomizationWidget::applyIconTheme);
connect(ui->widgetStyleComboBox, QOverload<int>::of(&QComboBox::currentIndexChanged), this,