Commit Graph

3 Commits (e64a08657d3bfb3a3f77a80ff27e64146329c817)

Author SHA1 Message Date
Lilia 0b7543b0f6 Fix audio notifications on linux ()
This partially reverts commit 1b444a5e23.
Because support for system-level notification sound settings is inconsistent
across Win/Linux/OSX, do the simplest thing that will produce consistent
behavior on all platforms: suppress the system sound by always passing the
`silent: true` option, and play our own sound clip (copied from ios).

// FREEBIE
Lilia 1b444a5e23
Make os notifications respect our sound setting ()
This removes our custom notification sound in favor of the system sound, and
ensures that the system sound is disabled if the user unchecks the audio
notification option.

// FREEBIE
Asa Ayers bda0430805 Add an option to play audio notifications