From fbca68d8b56234d9053dd54a5c369667e9522a6d Mon Sep 17 00:00:00 2001 From: KayoticCarnige <32397453+kckarnige@users.noreply.github.com> Date: Thu, 14 Jul 2022 17:34:16 -0400 Subject: [PATCH] Fixed an issue with the custom titlebar --- src/preload/titlebar.ts | 5 ----- src/utils.ts | 9 +++++++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/preload/titlebar.ts b/src/preload/titlebar.ts index 5bbcc7e..a3fe1bc 100644 --- a/src/preload/titlebar.ts +++ b/src/preload/titlebar.ts @@ -5,11 +5,6 @@ import * as path from "path"; import os from "os"; export function injectTitlebar() { document.addEventListener("DOMContentLoaded", function (event) { - if (window.armcord.channel == "hummus") { - window.alert( - "ArmCord Titlebar doesn't currently work well in Hummus, please change ArmCord style to native for better experience." - ); - } var elem = document.createElement("div"); elem.innerHTML = `