Forgot to remove debug thing

This commit is contained in:
smartfrigde 2022-07-05 19:02:49 +02:00
parent 5d19f1844b
commit 033e5b7973
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export function injectTitlebar() {
addStyle(fs.readFileSync(titlebarcssPath, "utf8"));
addStyle(fs.readFileSync(wordmarkcssPath, "utf8"));
document.body.setAttribute("customTitlebar", "");
document.body.setAttribute("armcord-platform", "win32");
document.body.setAttribute("armcord-platform", os.platform());
var minimize = document.getElementById("minimize");
var maximize = document.getElementById("maximize");