mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Workspaces replace glyphs by thicker ones (#34475)
This commit is contained in:
@@ -73,9 +73,9 @@ namespace WorkspacesLauncherUI.Models
|
|||||||
{
|
{
|
||||||
get => LaunchState switch
|
get => LaunchState switch
|
||||||
{
|
{
|
||||||
"launched" => "\U0000E73E",
|
"launched" => "\U0000F78C",
|
||||||
"failed" => "\U0000E711",
|
"failed" => "\U0000EF2C",
|
||||||
_ => "\U0000E711",
|
_ => "\U0000EF2C",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user