mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 14:21:05 +01:00
Add content protection checkbox to Settings window
This commit is contained in:
@@ -33,6 +33,12 @@ export const isDrawAttentionSupported = (OS: OSType): boolean => !OS.isMacOS();
|
||||
export const isSystemTraySupported = (OS: OSType): boolean =>
|
||||
OS.isWindows() || OS.isLinux();
|
||||
|
||||
export const isContentProtectionSupported = (OS: OSType): boolean =>
|
||||
OS.isWindows() || OS.isMacOS();
|
||||
|
||||
export const isContentProtectionNeeded = (OS: OSType): boolean =>
|
||||
OS.isWindows();
|
||||
|
||||
export const getDefaultSystemTraySetting = (
|
||||
OS: OSType,
|
||||
appVersion: string
|
||||
|
||||
Reference in New Issue
Block a user