mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-21 16:33:05 +08: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