mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix: spell checker phoning home #5314
This commit is contained in:
parent
ee9b4e47f9
commit
911e82bea5
1 changed files with 3 additions and 0 deletions
|
|
@ -93,6 +93,9 @@ export const createWindow = ({
|
|||
contextIsolation: true,
|
||||
// Additional settings for better Linux/Wayland compatibility
|
||||
enableBlinkFeatures: 'OverlayScrollbar',
|
||||
// Disable spell checker to prevent connections to Google services (#5314)
|
||||
// This maintains our "offline-first with zero data collection" promise
|
||||
spellcheck: false,
|
||||
},
|
||||
icon: ICONS_FOLDER + '/icon_256x256.png',
|
||||
// Wayland compatibility: disable transparent/frameless features that can cause issues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue