924e50c0 / ContextMenuIcons

Adds icons to context menus for Vencord.
1 stars 0 forks source link

How to repair that?? #1

Closed kruszeleq closed 1 month ago

kruszeleq commented 1 month ago

image

924e50c0 commented 1 month ago

These are the default icons, supposed to be replaced individually. I wrote the code by separating each context menu, so I'm assuming I completely missed one somewhere, do you remember where you found it? I'm guessing this is a user menu of some kind?

kruszeleq commented 1 month ago

i found that menu when i clicked on my friend ppm in voice chat

kruszeleq commented 1 month ago

server actions dont work too and everything

kruszeleq commented 1 month ago

voice chat actions image

channel actions image

server actions image

924e50c0 commented 1 month ago

I'm guessing you are on a different version of discord then? I wrote the theme on the latest release of Vesktop but it works fine with Vencord itself with only a few issues that I need to fix.

Maybe you could paste the whole theme in the vencord quick css, open the devtools and check what could be the problem that way, since I can't replicate it?

kruszeleq commented 1 month ago

ye i am on just vencord, i checked devtools and nothing seems to be bad

924e50c0 commented 1 month ago

I'm not sure then, maybe it has something to do with the nesting? You could try removing it, although I have no idea why it would cause any issue

kruszeleq commented 1 month ago

bro its so weird, i repaired it by just commenting this line image

now its working like magic image

so, my fix is that you need to comment every line that have " actions"

maybe its working because i have polish language on? and on css its english? idk

but not everything is working fine, like here is thread image

924e50c0 commented 1 month ago

okay yeah I don't know why I used an accessibility feature that obviously changes depending on the language as a selector, I'm fixing this as soon as I can The join thread menu I also completely missed thanks for the heads up

kruszeleq commented 1 month ago

no problem!

924e50c0 commented 1 month ago

It should work properly now. Feel free to open a new issue if you find missing icons