implement album export, finish WinUI styles, cleanup code

This commit is contained in:
uncor3
2026-03-06 04:47:23 +03:00
parent 35c5985f47
commit 9043350731
67 changed files with 1340 additions and 587 deletions
+4 -1
View File
@@ -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
}