From 8cdd7e15b76e0c02479e077d476ce3dfd8cf8440 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sun, 16 May 2021 13:08:20 +0200 Subject: [PATCH] fix typo --- preload.js | 1 - utils/theme.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/preload.js b/preload.js index 2966446..d2db5d6 100644 --- a/preload.js +++ b/preload.js @@ -8,7 +8,6 @@ window.addEventListener("DOMContentLoaded", () => { backgroundColor: customTitlebar.Color.fromHex("#202225"), menu: false, }); - const currentWindow = remote.getCurrentWindow(); electronLocalshortcut.register(currentWindow, "F5", () => { location.reload(); diff --git a/utils/theme.js b/utils/theme.js index 15fa223..b58dc05 100644 --- a/utils/theme.js +++ b/utils/theme.js @@ -12,7 +12,7 @@ window.addEventListener("DOMContentLoaded", () => { const theme = fs.readFileSync(`${__dirname}/themes/${file}/${themeFile.theme}`, "utf8"); if (themeFile.theme.endsWith(".scss")) { console.log( - `%cCouldn't load ${themeFile.name} made by ${themeFile.author}. ArmCord doesn't suppot scss files if you want to have this theme ported feel free to reach out https://discord.gg/F25bc4RYDt `, + `%cCouldn't load ${themeFile.name} made by ${themeFile.author}. ArmCord doesn't support scss files if you want to have this theme ported feel free to reach out https://discord.gg/F25bc4RYDt `, "color:red; font-weight: bold; font-size: 50px;color: red;" ); }