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

View File

@ -18,7 +18,7 @@ module.exports = (win, options) => [
];
function setOption(options, key = null, newValue = null) {
if (key && newValue) {
if (key && newValue !== null) {
options[key] = newValue;
}