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