Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(macOS) fix missing thumbnails when enumerating SS sources #1004

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

saghul
Copy link
Member

@saghul saghul commented Feb 27, 2025

No description provided.

@@ -35,9 +35,15 @@ const ENABLE_REMOTE_CONTROL = false;
// We need this because of https://github.com/electron/electron/issues/18214
app.commandLine.appendSwitch('disable-site-isolation-trials');

// This allows BrowserWindow.setContentProtection(true) to work on macOS.
// https://github.com/electron/electron/issues/19880
app.commandLine.appendSwitch('disable-features', 'DesktopCaptureMacV2,IOSurfaceCapturer');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer necessary as the capturer has changed anyway.

@saghul saghul merged commit 81dbde0 into master Feb 27, 2025
3 checks passed
@saghul saghul deleted the macos-ss-missing-thumbnails branch February 27, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants