Workspaces replace glyphs by thicker ones (#34475)

This commit is contained in:
Laszlo Nemeth 2024-08-29 11:28:54 +02:00 committed by GitHub
parent f0a6a8462c
commit 42cd02b20b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,9 +73,9 @@ namespace WorkspacesLauncherUI.Models
{
get => LaunchState switch
{
"launched" => "\U0000E73E",
"failed" => "\U0000E711",
_ => "\U0000E711",
"launched" => "\U0000F78C",
"failed" => "\U0000EF2C",
_ => "\U0000EF2C",
};
}