mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 11:59:07 +08:00
Update pin glyphs (#25948)
This commit is contained in:
parent
83574c578a
commit
9a2a8598d5
@ -163,7 +163,7 @@ namespace Peek.UI.Views
|
|||||||
|
|
||||||
public string PinGlyph(bool pinned)
|
public string PinGlyph(bool pinned)
|
||||||
{
|
{
|
||||||
return pinned ? "\xE840" : "\xE718";
|
return pinned ? "\xE841" : "\xE77A";
|
||||||
}
|
}
|
||||||
|
|
||||||
public string PinToolTip(bool pinned)
|
public string PinToolTip(bool pinned)
|
||||||
|
Loading…
Reference in New Issue
Block a user