add volume icon and slider (#330)
This commit is contained in:
@@ -252,6 +252,9 @@ function dispatch (action, ...args) {
|
||||
if (action === 'changeVolume') {
|
||||
changeVolume(args[0] /* increase */)
|
||||
}
|
||||
if (action === 'setVolume') {
|
||||
setVolume(args[0] /* increase */)
|
||||
}
|
||||
if (action === 'mediaPlaying') {
|
||||
state.playing.isPaused = false
|
||||
ipcRenderer.send('blockPowerSave')
|
||||
|
||||
Reference in New Issue
Block a user