add advanced option to change volume steps

This commit is contained in:
Araxeus
2021-04-17 16:42:13 +03:00
parent 12a2517697
commit c48260f10c
2 changed files with 10 additions and 3 deletions

View File

@ -45,6 +45,12 @@ const defaultConfig = {
enabled: false,
urgency: "normal",
unpauseNotification: false
},
"precise-volume": {
enabled: false,
steps: 1, //percentage of volume to change
arrowsShortcut: true, //enable ArrowUp + ArrowDown local shortcuts
savedVolume: undefined //plugin save volume between session here
}
},
};