Add Settings type

This commit is contained in:
Daniel Gasienica 2018-02-26 11:27:32 -05:00
parent 91daedd619
commit 21339c6866
2 changed files with 5 additions and 0 deletions

View file

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