mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
panel icon
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -25,7 +25,9 @@ Singleton {
|
||||
|
||||
"power": "\uf011",
|
||||
"gear": "\uf013",
|
||||
"close": "\uf00D"
|
||||
"close": "\uf00D",
|
||||
"check": "\uf00C",
|
||||
"panel": "\uF00B"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user