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",
};