1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

Added recover of theme on stopPlugin

This commit is contained in:
MiguVT 2024-09-16 16:04:40 +02:00
parent 75646d7fd5
commit a2dd4894cb

View file

@ -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