diff --git a/js/stores/appStore.js b/js/stores/appStore.js index 644c9ab49a4..1b0bca1954e 100644 --- a/js/stores/appStore.js +++ b/js/stores/appStore.js @@ -270,7 +270,7 @@ class AppStore extends EventEmitter { } emitChanges (emitFullState) { - if (lastEmittedState && lastEmittedState !== appState) { + if (lastEmittedState) { const d = diff(lastEmittedState, appState) if (!d.isEmpty()) { BrowserWindow.getAllWindows().forEach((wnd) => {