This issue happens, as i'm in the web version, SpotiCord (BD theme) once installed, cannot be disabled from the 'Themes' textbox, as shown. Is this an issue only with this theme? I've reinstalled Vencord but still can't undo the theme.
What is the expected behaviour?
I expect the theme textbox to be there so I can remove this theme.
You can find a fix in our FAQ
(Copy pasted from https://canary.discord.com/channels/1015060230222131221/1027235873990901780/1086039623093989446)
**My themes made it impossible to open settings or disable them**
open the dev tools with CTRL + shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.
It will
- disable custom css (you can turn it back on in Vencord Settings)
- copy your current theme links to your clipboard as a backup
- remove all themes
```js
(() => {
Vencord.Settings.useQuickCss = false
copy(Vencord.Settings.themeLinks.join("\n"))
Vencord.Settings.themeLinks = []
})()
```
Discord Account
khai#4150
What happens when the bug or crash occurs?
This issue happens, as i'm in the web version, SpotiCord (BD theme) once installed, cannot be disabled from the 'Themes' textbox, as shown. Is this an issue only with this theme? I've reinstalled Vencord but still can't undo the theme.
What is the expected behaviour?
I expect the theme textbox to be there so I can remove this theme.
How do you recreate this bug or crash?
Errors
Request Agreement