mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Port Settings and OS to TypeScript
This commit is contained in:
4
ts/types/Settings.ts
Normal file
4
ts/types/Settings.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import * as OS from '../OS';
|
||||
|
||||
export const isAudioNotificationSupported = () =>
|
||||
OS.isWindows() || OS.isMacOS();
|
||||
Reference in New Issue
Block a user