proxy url check

This commit is contained in:
Araxeus
2021-05-05 01:47:53 +03:00
parent 22c5ea5000
commit 34a4e6be3d
2 changed files with 4 additions and 1 deletions

View File

@ -318,6 +318,9 @@ function setProxy(item, win) {
label: 'Enter Proxy Address: (leave empty to disable)',
value: config.get("options.proxy") || example,
type: 'input',
inputAttrs: {
type: 'url'
},
icon: iconPath,
customStylesheet: "dark",
};

View File

@ -68,7 +68,7 @@
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.9.0",
"async-mutex": "^0.3.1",
"browser-id3-writer": "^4.4.0",
"custom-electron-prompt": "^1.0.2",
"custom-electron-prompt": "^1.0.3",
"custom-electron-titlebar": "^3.2.6",
"discord-rpc": "^3.2.0",
"electron-debug": "^3.2.0",