Add Settings
type
This commit is contained in:
parent
91daedd619
commit
21339c6866
2 changed files with 5 additions and 0 deletions
4
js/modules/types/settings.js
Normal file
4
js/modules/types/settings.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
const OS = require('../os');
|
||||
|
||||
exports.shouldShowAudioNotificationSetting = () =>
|
||||
!OS.isLinux();
|
Loading…
Add table
Add a link
Reference in a new issue