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: setTitleBarOverlay should be implemented on BaseWindow #41960

Merged
merged 1 commit into from Apr 29, 2024

Conversation

codebytere
Copy link
Member

Description of Change

Closes #41938.

Moves setTitleBarOverlay to BaseWindow.

Checklist

Release Notes

Notes: Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/29-x-y PR should also be added to the "29-x-y" branch. target/30-x-y PR should also be added to the "30-x-y" branch. target/31-x-y PR should also be added to the "31-x-y" branch. labels Apr 24, 2024
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 24, 2024
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 25, 2024
@jkleinsc jkleinsc merged commit 5310b79 into main Apr 29, 2024
17 checks passed
@jkleinsc jkleinsc deleted the set-titlebar-base-window branch April 29, 2024 15:28
Copy link

release-clerk bot commented Apr 29, 2024

Release Notes Persisted

Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow.

@trop
Copy link
Contributor

trop bot commented Apr 29, 2024

I was unable to backport this PR to "30-x-y" cleanly;
you will need to perform this backport manually.

@trop trop bot removed the target/30-x-y PR should also be added to the "30-x-y" branch. label Apr 29, 2024
@trop
Copy link
Contributor

trop bot commented Apr 29, 2024

I was unable to backport this PR to "29-x-y" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Apr 29, 2024

I was unable to backport this PR to "31-x-y" cleanly;
you will need to perform this backport manually.

@trop trop bot added needs-manual-bp/29-x-y needs-manual-bp/31-x-y and removed target/29-x-y PR should also be added to the "29-x-y" branch. target/31-x-y PR should also be added to the "31-x-y" branch. labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: TypeError: win.setTitleBarOverlay is not a function
2 participants