mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
implement album export, finish WinUI styles, cleanup code
This commit is contained in:
@@ -407,7 +407,10 @@ void SettingsWidget::connectSignals()
|
||||
if (m_backDropTypeCombo) {
|
||||
connect(m_backDropTypeCombo,
|
||||
QOverload<int>::of(&QComboBox::currentIndexChanged), this,
|
||||
&SettingsWidget::onSettingChanged);
|
||||
[this]() {
|
||||
m_restartRequired = true;
|
||||
onSettingChanged();
|
||||
});
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user