fix: admin access on not responding window

This commit is contained in:
Alexander Drozdov
2021-05-03 19:17:27 +03:00
parent 98536c8747
commit 5892dfd671
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "awakened-poe-trade",
"version": "2.10.4",
"version": "2.10.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
+3 -3
View File
@@ -3561,9 +3561,9 @@ electron-devtools-installer@^3.1.1:
unzip-crx-3 "^0.2.0"
electron-overlay-window@2.0.x:
version "2.0.0"
resolved "https://registry.yarnpkg.com/electron-overlay-window/-/electron-overlay-window-2.0.0.tgz#11328b350cf1e98d111ca3f67879cfcd1ff64059"
integrity sha512-1UXZ2LtqzIoBreZZSWv1j5zjTdzmd+tKOQ51wuKQep3iTxUTn1ESiK4jb79Nm44k3JktS1OAIb6IqQ2bu+C/gQ==
version "2.0.1"
resolved "https://registry.yarnpkg.com/electron-overlay-window/-/electron-overlay-window-2.0.1.tgz#c549d5436c7a10ceb4884f5eabcf0901c1880aea"
integrity sha512-ULweUF7N4i6GFTO6sEA32U/iMJFAAcM33j8mScqDvRriWbW8CGKhYwu0AYOuZLhVmzg869KPnThJiI9e4FcdjA==
dependencies:
node-gyp-build "4.x.x"
throttle-debounce "3.x.x"