Fix System Health ledger rendering

This commit is contained in:
Gabriel Brown
2026-08-18 10:08:12 -04:00
parent 3238623934
commit 8a0a09dbb4
4 changed files with 116 additions and 34 deletions
@@ -22,11 +22,7 @@ Rectangle {
|| !pageLoader.item
|| pageLoader.item.objectName !== "system-health-page")
return false;
const check = Health.checks.find(candidate => candidate.id === id);
if (!check)
return false;
pageLoader.item.handleAction(check);
return true;
return pageLoader.item.activateRenderedAction(id);
}
color: Theme.bg