update electron

This commit is contained in:
Araxeus
2022-02-22 18:27:45 +02:00
parent 1eeaf1dd0a
commit 7088941179
3 changed files with 5 additions and 7 deletions

View File

@ -117,7 +117,7 @@
"ytpl": "^2.2.3"
},
"devDependencies": {
"electron": "^17.0.0",
"electron": "^17.0.1",
"electron-builder": "^22.14.5",
"electron-devtools-installer": "^3.1.1",
"electron-icon-maker": "0.0.5",

View File

@ -32,8 +32,6 @@ function firstRun() {
setupLocalArrowShortcuts();
setupGlobalShortcuts();
const noVid = $("#main-panel")?.computedStyleMap().get("display").value === "none";
injectVolumeHud(noVid);
if (!noVid) {

View File

@ -3185,10 +3185,10 @@ electron-updater@^4.6.3:
lodash.isequal "^4.5.0"
semver "^7.3.5"
electron@^17.0.0:
version "17.0.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.0.0.tgz#60f00f3e3c657020e807a519700213943468b4d1"
integrity sha512-3UXcBQMwbMWdPvGHaSdPMluHrd+/bc+K143MyvE5zVZ+S1XCHt4sau7dj6svJHns5llN0YG/c6h/vRfadIp8Zg==
electron@^17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-17.0.1.tgz#e6c7ad2be26e7be8a5a9bac16b21920ad2671224"
integrity sha512-CBReR/QEOpgwMdt59lWCtj9wC8oHB6aAjMF1lhXcGew132xtp+C5N6EaXb/fmDceVYLouziYjbNcpeXsWrqdpA==
dependencies:
"@electron/get" "^1.13.0"
"@types/node" "^14.6.2"