More icons

This commit is contained in:
LemmyCook 2025-09-09 18:43:39 -04:00
parent 032087b611
commit b2d629e6a1
4 changed files with 8 additions and 6 deletions

View file

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