decrease setProgress updates (#833)
This commit is contained in:
committed by
GitHub
parent
d2da6881d6
commit
f1cf37200e
@@ -157,7 +157,7 @@ function updateElectron () {
|
||||
state.prev.title = state.window.title
|
||||
ipcRenderer.send('setTitle', state.window.title)
|
||||
}
|
||||
if (state.dock.progress !== state.prev.progress) {
|
||||
if (state.dock.progress.toFixed(2) !== state.prev.progress.toFixed(2)) {
|
||||
state.prev.progress = state.dock.progress
|
||||
ipcRenderer.send('setProgress', state.dock.progress)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user