mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-07 18:14:41 +02:00
add: refresh on load
Signed-off-by: theMackabu <theMackabu@gmail.com>
This commit is contained in:
parent
0d44c0df1d
commit
648aa18e6f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user