Scope down content protection further for now

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-05-13 20:03:10 -05:00
committed by GitHub
parent 463e261049
commit d2d029a882

View File

@@ -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();