diff --git a/ts/types/Settings.ts b/ts/types/Settings.ts index 26f1d485fd..bc910109aa 100644 --- a/ts/types/Settings.ts +++ b/ts/types/Settings.ts @@ -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();