Closed SleepyBag closed 1 year ago
Hi @SleepyBag , great - many thanks! This unfortunately doesn't seem to work on Windows 10. Also, wouldn't - useSymbolsFont = text.Length > 1 would break support for 2-char icons such as "AB", for example? The use symbols font is used to render the MS UI icons for things like <>, they are different from the regular font, so your change uses the wrong arrow icons font. Maybe a better approach would be to actually check if the nameToShow is a emojii, then use the symbols font. Can you confirm on Windows 11 to display emojis one must use the symbols font (I would think not - my guess is its an issue with the substring I have in there)? Best, -dan
Emoji support implemented by https://github.com/dankrusi/WindowsVirtualDesktopHelper/commit/41d240afca0f85aa7b31db3d18b0c2290919d025
Support symbol (like emoji) in initial name icon by