aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/AppStore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 9c8cce679..cb8c71268 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -567,7 +567,6 @@ export default class AppStore extends Store {
567 debug('Checking if Do Not Disturb Mode is on'); 567 debug('Checking if Do Not Disturb Mode is on');
568 const dnd = await ipcRenderer.invoke('get-dnd'); 568 const dnd = await ipcRenderer.invoke('get-dnd');
569 debug('Do not disturb mode is', dnd); 569 debug('Do not disturb mode is', dnd);
570 // ipcRenderer.on('autoUpdate', (event, data) => {
571 if ( 570 if (
572 dnd !== this.stores.settings.all.app.isAppMuted 571 dnd !== this.stores.settings.all.app.isAppMuted
573 && !this.isSystemMuteOverridden 572 && !this.isSystemMuteOverridden