[kcms/scripts] Enable Apply button when clicking Defaults

BUG: 459320
This commit is contained in:
Nicolas Fella 2022-09-18 13:20:10 +02:00
parent d7c6a87f39
commit 3ee921a7a9

View file

@ -120,6 +120,8 @@ void Module::defaults()
m_model->defaults();
m_pendingDeletions.clear();
Q_EMIT pendingDeletionsChanged();
setNeedsSave(m_model->isSaveNeeded());
}
void Module::load()