diff --git a/packages/frontend/apps/electron/src/main/recording/feature.ts b/packages/frontend/apps/electron/src/main/recording/feature.ts index 373b19dbda..1787d1c8ec 100644 --- a/packages/frontend/apps/electron/src/main/recording/feature.ts +++ b/packages/frontend/apps/electron/src/main/recording/feature.ts @@ -389,6 +389,7 @@ function getAllApps(): TappableAppInfo[] { (v): v is TappableAppInfo => v !== null && !v.bundleIdentifier.startsWith('com.apple') && + !v.bundleIdentifier.startsWith('pro.affine') && v.processId !== process.pid ); return filteredApps;