Strencher / BetterDiscordStuff

A collection of my BetterDiscord plugins
https://strencher.github.io/BetterDiscordStuff/
366 stars 226 forks source link

[VoiceUserCOunter] Don't work ? #282

Closed Soulivan71 closed 2 years ago

Soulivan71 commented 2 years ago

Last version pl ; image

domi-btnr commented 2 years ago

The counter is disabled on channels with a userlimit

Soulivan71 commented 2 years ago

An improvement with option custom like 1/06 etc ?

domi-btnr commented 2 years ago

But Discord does this already

Soulivan71 commented 2 years ago

Yeah but when we clic on a voice Channel Its hidden since the update with chat in VC

domi-btnr commented 2 years ago

Only when you hover over the channel

domi-btnr commented 2 years ago

@Soulivan71 Can i close the issue?

Soulivan71 commented 2 years ago

Hmmm its + a suggestion that can be nice to turn on or off as preference

domi-btnr commented 2 years ago

You can do this with CSS:

@media (hover: hover) {
    .iconVisibility-vptxma:hover .channelInfo-3jN1ay {
        display: block !important;
    }
}

Probably wont be added since its native in Discord

Soulivan71 commented 2 years ago

Thx

Soulivan71 commented 2 years ago

Isn't working image

domi-btnr commented 2 years ago

It should work. Thats weird image

domi-btnr commented 2 years ago

Oh you doesnt hover over it. Its selected. I try to find the CSS for it

domi-btnr commented 2 years ago

Sadly thats not possible with CSS. Discord removes the Element when the Channel is selected. But i doubt that Strencher will add this to the plugin. sry

Soulivan71 commented 2 years ago

Okay