diff --git a/menu.js b/menu.js index 776a52eb..afe8b93d 100644 --- a/menu.js +++ b/menu.js @@ -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", }; diff --git a/package.json b/package.json index 2092f6f5..bb793dde 100644 --- a/package.json +++ b/package.json @@ -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",