From 7ae7fb74bba643da9a05080308c9d5bdb8caad23 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 15 Feb 2023 13:22:19 -0800 Subject: [PATCH] SquirrelMacEnableDirectContentsWrite in Beta --- app/main.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/main.ts b/app/main.ts index 5af23e405e..6ebc76ce44 100644 --- a/app/main.ts +++ b/app/main.ts @@ -94,7 +94,7 @@ import type { MenuActionType } from '../ts/types/menu'; import { createTemplate } from './menu'; import { installFileHandler, installWebHandler } from './protocol_filter'; import * as OS from '../ts/OS'; -import { isBeta, isProduction } from '../ts/util/version'; +import { isProduction } from '../ts/util/version'; import { isSgnlHref, isCaptchaHref, @@ -120,11 +120,7 @@ import type { LoggerType } from '../ts/types/Logging'; const animationSettings = systemPreferences.getAnimationSettings(); -if ( - OS.isMacOS() && - !isProduction(app.getVersion()) && - !isBeta(app.getVersion()) -) { +if (OS.isMacOS() && !isProduction(app.getVersion())) { systemPreferences.setUserDefault( 'SquirrelMacEnableDirectContentsWrite', 'boolean',