Rename `shouldShowAudioNotificationSetting`
Use `isAudioNotificationSupported` to make it less presentation layer specific.pull/1/head
parent
105eb95391
commit
85b121aca4
@ -1,4 +1,4 @@
|
||||
const OS = require('../os');
|
||||
|
||||
exports.shouldShowAudioNotificationSetting = () =>
|
||||
exports.isAudioNotificationSupported = () =>
|
||||
!OS.isLinux();
|
||||
|
Loading…
Reference in New Issue