Rename shouldShowAudioNotificationSetting

Use `isAudioNotificationSupported` to make it less presentation layer specific.
This commit is contained in:
Daniel Gasienica 2018-02-26 13:26:40 -05:00
parent 105eb95391
commit 85b121aca4
4 changed files with 9 additions and 10 deletions

View file

@ -1,4 +1,4 @@
const OS = require('../os');
exports.shouldShowAudioNotificationSetting = () =>
exports.isAudioNotificationSupported = () =>
!OS.isLinux();