Vendicated / Vencord

The cutest Discord client mod
https://vencord.dev
GNU General Public License v3.0
9.34k stars 1.32k forks source link

[Bug] Specific Themes not allowing to remove theme on web version #697

Closed 5yrex closed 1 year ago

5yrex commented 1 year ago

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.

Screenshot 2023-03-25 at 1 27 53 pm

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?

  1. Installed plugins Screenshot 2023-03-25 at 1 29 43 pm
  2. Theme used: https://github.com/Slddev/SpotiCord
  3. Textbox disappears

Errors

Replace this text with your crash-log.

Request Agreement

Vendicated commented 1 year ago

Complain to the theme dev, not us.

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 = [] })() ```
Slddev commented 1 year ago

Hello, the theme dev here.

The solution/bypass to the problem has been pinned to the issue tab of the repository.