mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Remove already enabled blink features
This commit is contained in:
@@ -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']),
|
||||
|
||||
Reference in New Issue
Block a user