diff --git a/src/Vencord.ts b/src/Vencord.ts index 508ac50a..83c69e73 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -136,7 +136,7 @@ if (IS_DISCORD_DESKTOP && Settings.winNativeTitleBar && navigator.platform.toLow document.addEventListener("DOMContentLoaded", () => { document.head.append(Object.assign(document.createElement("style"), { id: "vencord-native-titlebar-style", - textContent: "[class*=titleBar-]{display: none!important}" + textContent: "[class*=titleBar]{display: none!important}" })); }, { once: true }); }