mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Scope down content protection further for now
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -34,7 +34,7 @@ export const isSystemTraySupported = (OS: OSType): boolean =>
|
||||
OS.isWindows() || OS.isLinux();
|
||||
|
||||
export const isContentProtectionSupported = (OS: OSType): boolean =>
|
||||
OS.isWindows() || OS.isMacOS();
|
||||
OS.isWindows();
|
||||
|
||||
export const isContentProtectionNeeded = (OS: OSType): boolean =>
|
||||
OS.isWindows();
|
||||
|
||||
Reference in New Issue
Block a user