mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
Added recover of theme on stopPlugin
This commit is contained in:
parent
75646d7fd5
commit
a2dd4894cb
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ function startPlugin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function stopPlugin() {
|
function stopPlugin() {
|
||||||
// Optionally reset to user's original theme (not implemented yet)
|
// reload discord theme
|
||||||
|
document.body.classList.remove("theme-light", "theme-dark");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Plugin export with metadata and settings
|
// Plugin export with metadata and settings
|
||||||
|
|
Loading…
Reference in a new issue