mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Volume Steps Prompt
Precise-Volume Global Shortcuts Prompt
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user