Decouple Audible notifications from Desktop notifications
This commit is contained in:
parent
d7229064c4
commit
c1e152dba2
3 changed files with 2 additions and 12 deletions
|
@ -279,7 +279,8 @@ export const Notifier = {
|
|||
},
|
||||
|
||||
isAudioEnabled: function() {
|
||||
return this.isEnabled() && SettingsStore.getValue("audioNotificationsEnabled");
|
||||
// We don't route Audio via the HTML Notifications API so it is possible regardless of other things
|
||||
return SettingsStore.getValue("audioNotificationsEnabled");
|
||||
},
|
||||
|
||||
setToolbarHidden: function(hidden: boolean, persistent = true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue