TakosThings / Fluent-Discord

Windows 11 Fluent Discord theme.
MIT License
359 stars 70 forks source link

Broken button and icons are gone. #282

Closed ghost closed 6 months ago

ghost commented 6 months ago

image image

ghost commented 6 months ago

Version 1.10.3

TakosThings commented 6 months ago

Krisp icon is a known issue but it's unfixable.

Missing icon fixed in #280

ghost commented 6 months ago

@TakosThings Why it unfixable? (Just intresting)

TakosThings commented 6 months ago

Icon replacements are done by matching the aria-label on buttons, etc. For the Krisp button it looks like this:

    &[aria-label="Noise Suppression powered by Krisp" i]::before{
        content: "\F61F"; // NoiseCancellation
    }

(this is also why the icons only work with English) For whatever reason the aria-label is removed entirely when the Krisp popout is open. I checked the history of Metro for Discord and it's been an issue for at least 4 years