Rename shouldShowAudioNotificationSetting
Use `isAudioNotificationSupported` to make it less presentation layer specific.
This commit is contained in:
parent
105eb95391
commit
85b121aca4
4 changed files with 9 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
const OS = require('../os');
|
||||
|
||||
exports.shouldShowAudioNotificationSetting = () =>
|
||||
exports.isAudioNotificationSupported = () =>
|
||||
!OS.isLinux();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue