Add `Settings` type
parent
91daedd619
commit
21339c6866
@ -0,0 +1,4 @@
|
||||
const OS = require('../os');
|
||||
|
||||
exports.shouldShowAudioNotificationSetting = () =>
|
||||
!OS.isLinux();
|
Loading…
Reference in New Issue