mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Update pin glyphs (#25948)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user