mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-21 07:02:05 +00:00
update electron
This commit is contained in:
@ -117,7 +117,7 @@
|
|||||||
"ytpl": "^2.2.3"
|
"ytpl": "^2.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^17.0.0",
|
"electron": "^17.0.1",
|
||||||
"electron-builder": "^22.14.5",
|
"electron-builder": "^22.14.5",
|
||||||
"electron-devtools-installer": "^3.1.1",
|
"electron-devtools-installer": "^3.1.1",
|
||||||
"electron-icon-maker": "0.0.5",
|
"electron-icon-maker": "0.0.5",
|
||||||
|
|||||||
@ -32,8 +32,6 @@ function firstRun() {
|
|||||||
|
|
||||||
setupLocalArrowShortcuts();
|
setupLocalArrowShortcuts();
|
||||||
|
|
||||||
setupGlobalShortcuts();
|
|
||||||
|
|
||||||
const noVid = $("#main-panel")?.computedStyleMap().get("display").value === "none";
|
const noVid = $("#main-panel")?.computedStyleMap().get("display").value === "none";
|
||||||
injectVolumeHud(noVid);
|
injectVolumeHud(noVid);
|
||||||
if (!noVid) {
|
if (!noVid) {
|
||||||
|
|||||||
@ -3185,10 +3185,10 @@ electron-updater@^4.6.3:
|
|||||||
lodash.isequal "^4.5.0"
|
lodash.isequal "^4.5.0"
|
||||||
semver "^7.3.5"
|
semver "^7.3.5"
|
||||||
|
|
||||||
electron@^17.0.0:
|
electron@^17.0.1:
|
||||||
version "17.0.0"
|
version "17.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/electron/-/electron-17.0.0.tgz#60f00f3e3c657020e807a519700213943468b4d1"
|
resolved "https://registry.yarnpkg.com/electron/-/electron-17.0.1.tgz#e6c7ad2be26e7be8a5a9bac16b21920ad2671224"
|
||||||
integrity sha512-3UXcBQMwbMWdPvGHaSdPMluHrd+/bc+K143MyvE5zVZ+S1XCHt4sau7dj6svJHns5llN0YG/c6h/vRfadIp8Zg==
|
integrity sha512-CBReR/QEOpgwMdt59lWCtj9wC8oHB6aAjMF1lhXcGew132xtp+C5N6EaXb/fmDceVYLouziYjbNcpeXsWrqdpA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@electron/get" "^1.13.0"
|
"@electron/get" "^1.13.0"
|
||||||
"@types/node" "^14.6.2"
|
"@types/node" "^14.6.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user