All power icons

This commit is contained in:
LemmyCook 2025-09-09 18:30:44 -04:00
parent 7adc7f43cc
commit 22dd2bf75c
3 changed files with 18 additions and 11 deletions

View file

@ -730,7 +730,7 @@ Loader {
NIcon {
id: iconPower
anchors.centerIn: parent
icon: "power"
icon: "shutdown"
font.pointSize: Style.fontSizeXXXL * scaling
color: powerButtonArea.containsMouse ? Color.mOnError : Color.mError
}
@ -781,7 +781,7 @@ Loader {
NIcon {
id: iconReboot
anchors.centerIn: parent
icon: "refresh"
icon: "reboot"
font.pointSize: Style.fontSizeXXXL * scaling
color: restartButtonArea.containsMouse ? Color.mOnPrimary : Color.mPrimary
}
@ -833,7 +833,7 @@ Loader {
NIcon {
id: iconSuspend
anchors.centerIn: parent
icon: "pause-fill"
icon: "suspend"
font.pointSize: Style.fontSizeXXXL * scaling
color: suspendButtonArea.containsMouse ? Color.mOnSecondary : Color.mSecondary
}