aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-26 11:47:17 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-26 11:47:50 +0530
commit9bfd90717bae8360774db179862945d2e232cf27 (patch)
tree82f09d2b75e48845eeeec3589a5143b0256c3c33 /src/stores
parent5.6.1-nightly.39 [skip ci] (diff)
downloadferdium-app-9bfd90717bae8360774db179862945d2e232cf27.tar.gz
ferdium-app-9bfd90717bae8360774db179862945d2e232cf27.tar.zst
ferdium-app-9bfd90717bae8360774db179862945d2e232cf27.zip
chore: specify the channel to check if it fixes the in-app updater.
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