mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:36:07 +00:00
UI: Programs: Refresh model on "Clear alerts", not reset
This commit is contained in:
parent
424e7cef47
commit
8e6ba06d31
@ -409,7 +409,7 @@ bool ConfAppManager::clearAlerts()
|
|||||||
const bool ok = DbQuery(sqliteDb()).sql(sqlDeleteAppAlerts).executeOk();
|
const bool ok = DbQuery(sqliteDb()).sql(sqlDeleteAppAlerts).executeOk();
|
||||||
|
|
||||||
if (ok) {
|
if (ok) {
|
||||||
emitAppsChanged();
|
emitAppUpdated();
|
||||||
}
|
}
|
||||||
|
|
||||||
return ok;
|
return ok;
|
||||||
|
Loading…
Reference in New Issue
Block a user