use notify to update exportedSettingModel

This commit is contained in:
c.lamboo 2024-03-18 11:54:23 +01:00
parent 40bc08f482
commit a58cd69b39
3 changed files with 8 additions and 3 deletions

View file

@ -205,7 +205,6 @@ UM.Dialog
{
tableModel.clear()
tableModel.rows = modelRows
numberOfOverrides.rightLabelText = catalog.i18ncp("@action:label", "%1 override", "%1 overrides", manager.exportedSettingModel.rowCount()).arg(manager.exportedSettingModel.rowCount())
}
}