ArchUpdater: better icons (take2)

This commit is contained in:
LemmyCook 2025-08-28 11:10:55 -04:00
parent 8d9f206c45
commit e86e7344f3
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ NIconButton {
return "sync"
}
if (ArchUpdaterService.totalUpdates > 0) {
return "filter_none"
return "system_update_alt"
}
return "task_alt"
}