fix: use pinned icon variant when panel is pinned
This commit is contained in:
parent
8010a4728a
commit
df9070296b
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ PanelWindow {
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: "\uEB3F"
|
text: root._pinned ? "\uEB40" : "\uEB3F"
|
||||||
color: root._pinned ? root.accentColor : M.Theme.base04
|
color: root._pinned ? root.accentColor : M.Theme.base04
|
||||||
font.pixelSize: M.Theme.fontSize - 1
|
font.pixelSize: M.Theme.fontSize - 1
|
||||||
font.family: M.Theme.iconFontFamily
|
font.family: M.Theme.iconFontFamily
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue