mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
format proxy example
This commit is contained in:
2
menu.js
2
menu.js
@ -311,7 +311,7 @@ module.exports.setApplicationMenu = (win) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const iconPath = path.join(__dirname, "assets", "youtube-music-tray.png");
|
const iconPath = path.join(__dirname, "assets", "youtube-music-tray.png");
|
||||||
const example = `Example: "socks5://127.0.0.1:9999"`;
|
const example = "Example: 'socks5://127.0.0.1:9999'";
|
||||||
function setProxy(item, win) {
|
function setProxy(item, win) {
|
||||||
let options = {
|
let options = {
|
||||||
title: 'Set Proxy',
|
title: 'Set Proxy',
|
||||||
|
|||||||
Reference in New Issue
Block a user