diff --git a/BetterDiscordApp/src/modules/blurPrivate.js b/BetterDiscordApp/src/modules/blurPrivate.js index 97ee52d..ab029fe 100644 --- a/BetterDiscordApp/src/modules/blurPrivate.js +++ b/BetterDiscordApp/src/modules/blurPrivate.js @@ -20,7 +20,6 @@ function getSelectors(){ selects.push(`#app-mount .${defaultClassName} .${removeDa(userSettingsAccount.userSettingsAccount)} div:nth-child(2)>div:nth-child(2)>.${removeDa(BDModules.get(e => e.viewBody)[0].viewBody)}`) selects.push(`.${removeDa(userSettingsAccount.userSettingsSecurity)} .${removeDa(children.children)} > div:nth-child(2)`) } - console.log(selects) return selects } diff --git a/modules/discord_desktop_core/core/app/mainScreen.js b/modules/discord_desktop_core/core/app/mainScreen.js index f80743a..cb9d836 100644 --- a/modules/discord_desktop_core/core/app/mainScreen.js +++ b/modules/discord_desktop_core/core/app/mainScreen.js @@ -403,7 +403,6 @@ function launchMainAppWindow(isVisible) { const mainWindowOptions = { title: 'Lightcord', - backgroundColor: getBackgroundColor(), width: DEFAULT_WIDTH, height: DEFAULT_HEIGHT, minWidth: MIN_WIDTH, diff --git a/package-lock.json b/package-lock.json index 7c3f353..ca1877f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -873,9 +873,9 @@ } }, "electron": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/electron/-/electron-10.1.1.tgz", - "integrity": "sha512-ZJtZHMr17AvvBosuA6XUmpehwAlGM4/n46Mw9BcyD8tpgdI6IQd0X5OU9meE3X3M8Y6Ja2Kr2udTMgtjvot2hA==", + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-9.3.1.tgz", + "integrity": "sha512-DScrhqBT4a54KfdF0EoipALpHmdQTn3m7SSCtbpTcEcG+UDUiXad2cOfW6DHeVH7N+CVDKDG12q2PhVJjXkFAA==", "dev": true, "requires": { "@electron/get": "^1.0.1", diff --git a/package.json b/package.json index 7fd62a5..882fae3 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "build:minify": "node build.js", "clean": "node scripts/clean.js", "clean:all": "node scripts/clean.js --all", - "devInstall": "npm i --save-dev --arch=ia32 electron@10.1.1 && node installSubModules.js && echo \"Everything is installed. You should be able to do npm run test to compile everything and launch.\"", - "devInstall:64": "npm i --save-dev --arch=x64 electron@10.1.1 && node installSubModules.js && echo \"Everything is installed. You should be able to do npm run test to compile everything and launch.\"", + "devInstall": "npm i --save-dev --arch=ia32 electron@9.3.1 && node installSubModules.js && echo \"Everything is installed. You should be able to do npm run test to compile everything and launch.\"", + "devInstall:64": "npm i --save-dev --arch=x64 electron@9.3.1 && node installSubModules.js && echo \"Everything is installed. You should be able to do npm run test to compile everything and launch.\"", "versions": "echo Electron: && electron -v && echo Typescript: && tsc -v", "ci": "node ci-deploy" }, @@ -46,7 +46,7 @@ "@types/yauzl": "^2.9.1", "asar": "^3.0.3", "cross-spawn": "^7.0.3", - "electron": "^10.1.1", + "electron": "9.3.1", "electron-builder": "^22.8.0", "fast-glob": "^3.2.4", "fs-extra": "^9.0.1",