mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +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 example = `Example: "socks5://127.0.0.1:9999"`;
|
||||
const example = "Example: 'socks5://127.0.0.1:9999'";
|
||||
function setProxy(item, win) {
|
||||
let options = {
|
||||
title: 'Set Proxy',
|
||||
|
||||
Reference in New Issue
Block a user