Volume Steps Prompt

Precise-Volume Global Shortcuts Prompt
This commit is contained in:
Araxeus
2021-05-05 00:42:42 +03:00
parent ebaa01896f
commit 79acf6c0ba
4 changed files with 104 additions and 15 deletions

17
menu.js
View File

@ -141,18 +141,17 @@ const mainMenuTemplate = (win) => [
],
},
{ type: "separator" },
// Should be put in Advanced Options submenu
{
label: "Proxy",
type: "checkbox",
checked: !!config.get("options.proxy"),
click: (item) => {
setProxy(item, win);
}
},
{
label: "Advanced options",
submenu: [
{
label: "Proxy",
type: "checkbox",
checked: !!config.get("options.proxy"),
click: (item) => {
setProxy(item, win);
}
},
{
label: "Disable hardware acceleration",
type: "checkbox",