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