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;" ); }