mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
Update pin glyphs (#25948)
This commit is contained in:
@@ -163,7 +163,7 @@ namespace Peek.UI.Views
|
||||
|
||||
public string PinGlyph(bool pinned)
|
||||
{
|
||||
return pinned ? "\xE840" : "\xE718";
|
||||
return pinned ? "\xE841" : "\xE77A";
|
||||
}
|
||||
|
||||
public string PinToolTip(bool pinned)
|
||||
|
||||
Reference in New Issue
Block a user