mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
feat: rename Proxy label to Set Proxy
This commit is contained in:
9
menu.ts
9
menu.ts
@ -309,11 +309,10 @@ export const mainMenuTemplate = (win: BrowserWindow): MenuTemplate => {
|
|||||||
label: 'Advanced options',
|
label: 'Advanced options',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Proxy',
|
label: 'Set Proxy',
|
||||||
type: 'checkbox',
|
type: 'normal',
|
||||||
checked: !!(config.get('options.proxy')) && config.get('options.proxy') !== '',
|
async click(item) {
|
||||||
click(item) {
|
await setProxy(item, win);
|
||||||
setProxy(item, win);
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user