mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Forgot to remove debug thing
This commit is contained in:
parent
5d19f1844b
commit
033e5b7973
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue