More icons work

This commit is contained in:
LemmyCook 2025-09-09 18:10:25 -04:00
parent ca7684c944
commit a38f49cb35
9 changed files with 47 additions and 40 deletions

View file

@ -118,7 +118,7 @@ Item {
// Icon
NIcon {
id: icon
icon: (root.type == "warning") ? "exclamation-triangle" : "check-circle"
icon: (root.type == "warning") ? "exclamation-circle" : "circle-check"
color: {
switch (root.type) {
case "warning":