Icon: different memory usage icon (cpu)

This commit is contained in:
LemmyCook 2025-09-09 08:06:14 -04:00
parent b422a419cd
commit f7b0a28b1e
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ RowLayout {
spacing: Style.marginXS * scaling
NIcon {
icon: "memory"
icon: "cpu"
font.pointSize: Style.fontSizeM * scaling
Layout.alignment: Qt.AlignVCenter
}