panel icon

This commit is contained in:
LemmyCook 2025-09-08 13:29:17 -04:00
parent 736979c4dc
commit 242ae17d0a
2 changed files with 4 additions and 2 deletions

View file

@ -33,7 +33,7 @@ NIconButton {
readonly property bool useDistroLogo: (widgetSettings.useDistroLogo
!== undefined) ? widgetSettings.useDistroLogo : widgetMetadata.useDistroLogo
icon: useDistroLogo ? "" : "\ue30d"
icon: useDistroLogo ? "" : FontService.icons["panel"]
tooltipText: "Open side panel."
sizeRatio: 0.8

View file

@ -25,7 +25,9 @@ Singleton {
"power": "\uf011",
"gear": "\uf013",
"close": "\uf00D"
"close": "\uf00D",
"check": "\uf00C",
"panel": "\uF00B"
}