diff --git a/package.json b/package.json index ab9e946d..e46840c9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugins/precise-volume/front.js b/plugins/precise-volume/front.js index 1c9c3ace..dcb6ea02 100644 --- a/plugins/precise-volume/front.js +++ b/plugins/precise-volume/front.js @@ -32,8 +32,6 @@ function firstRun() { setupLocalArrowShortcuts(); - setupGlobalShortcuts(); - const noVid = $("#main-panel")?.computedStyleMap().get("display").value === "none"; injectVolumeHud(noVid); if (!noVid) { diff --git a/yarn.lock b/yarn.lock index 60757947..e145ca30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"