experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(main): remove non-existent overlay from CONSOLIDATED_EXTENSION_IDS

+1 -1
+1 -1
backend/electron/main.ts
··· 48 48 49 49 // Built-in extensions that load in consolidated mode (iframes) 50 50 // External extensions (including 'example') load in separate windows 51 - const CONSOLIDATED_EXTENSION_IDS = ['cmd', 'editor', 'groups', 'peeks', 'slides', 'windows', 'overlay']; 51 + const CONSOLIDATED_EXTENSION_IDS = ['cmd', 'editor', 'groups', 'peeks', 'slides', 'windows']; 52 52 53 53 // Dev extensions loaded via --load-extension CLI flag 54 54 // These are transient (not persisted) and always have devtools open