mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Add Settings type
This commit is contained in:
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();
|
||||
Reference in New Issue
Block a user