mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
proxy url check
This commit is contained in:
3
menu.js
3
menu.js
@ -318,6 +318,9 @@ function setProxy(item, win) {
|
|||||||
label: 'Enter Proxy Address: (leave empty to disable)',
|
label: 'Enter Proxy Address: (leave empty to disable)',
|
||||||
value: config.get("options.proxy") || example,
|
value: config.get("options.proxy") || example,
|
||||||
type: 'input',
|
type: 'input',
|
||||||
|
inputAttrs: {
|
||||||
|
type: 'url'
|
||||||
|
},
|
||||||
icon: iconPath,
|
icon: iconPath,
|
||||||
customStylesheet: "dark",
|
customStylesheet: "dark",
|
||||||
};
|
};
|
||||||
|
|||||||
@ -68,7 +68,7 @@
|
|||||||
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.9.0",
|
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.9.0",
|
||||||
"async-mutex": "^0.3.1",
|
"async-mutex": "^0.3.1",
|
||||||
"browser-id3-writer": "^4.4.0",
|
"browser-id3-writer": "^4.4.0",
|
||||||
"custom-electron-prompt": "^1.0.2",
|
"custom-electron-prompt": "^1.0.3",
|
||||||
"custom-electron-titlebar": "^3.2.6",
|
"custom-electron-titlebar": "^3.2.6",
|
||||||
"discord-rpc": "^3.2.0",
|
"discord-rpc": "^3.2.0",
|
||||||
"electron-debug": "^3.2.0",
|
"electron-debug": "^3.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user