diff --git a/app/main.ts b/app/main.ts index 9384c5537e..bcdfce8b29 100644 --- a/app/main.ts +++ b/app/main.ts @@ -202,11 +202,6 @@ const defaultWebPrefs = { getEnvironment() !== Environment.PackagedApp || !isProduction(app.getVersion()), spellcheck: false, - // https://chromium.googlesource.com/chromium/src/+/main/third_party/blink/renderer/platform/runtime_enabled_features.json5 - enableBlinkFeatures: [ - 'CSSPseudoDir', // status=experimental, needed for RTL (ex: :dir(rtl)) - 'CSSLogical', // status=experimental, needed for RTL (ex: margin-inline-start) - ].join(','), enablePreferredSizeMode: true, }; @@ -728,7 +723,6 @@ async function createWindow() { ), spellcheck, backgroundThrottling: true, - disableBlinkFeatures: 'Accelerated2dCanvas,AcceleratedSmallCanvases', }, icon: windowIcon, ...pick(windowConfig, ['autoHideMenuBar', 'x', 'y']),