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: recentDocuments on macOS not working #41978

Merged
merged 1 commit into from Apr 29, 2024
Merged

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Apr 26, 2024

Description of Change

Closes #41973.

Fixes an issue where recentDocuments wasn't populating properly after the ARC migration in bbdd037. This happened because the recent documents member became a member variable instead of a static item as it was previously, meaning it was getting clobbered. This fixes that.

Tested with https://gist.github.com/efaca06ece39c8c47ed9b2dae6c3f42e

Checklist

Release Notes

Notes: Fixed an issue where recentDOcuments wasn't populating properly on macOS.

@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 26, 2024
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Apr 26, 2024
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Apr 27, 2024
@jkleinsc jkleinsc merged commit 441dbda into main Apr 29, 2024
30 checks passed
@jkleinsc jkleinsc deleted the fix-recent-documents-arc branch April 29, 2024 23:07
Copy link

release-clerk bot commented Apr 29, 2024

Release Notes Persisted

Fixed an issue where recentDOcuments wasn't populating properly on macOS.

@trop
Copy link
Contributor

trop bot commented Apr 29, 2024

I have automatically backported this PR to "30-x-y", please check out #41992

@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 have automatically backported this PR to "31-x-y", please check out #41993

@trop
Copy link
Contributor

trop bot commented Apr 29, 2024

I have automatically backported this PR to "29-x-y", please check out #41994

@trop trop bot added in-flight/31-x-y in-flight/29-x-y merged/29-x-y PR was merged to the "29-x-y" branch. and removed target/31-x-y PR should also be added to the "31-x-y" branch. target/29-x-y PR should also be added to the "29-x-y" branch. in-flight/29-x-y labels Apr 29, 2024
@trop trop bot added the merged/31-x-y PR was merged to the "31-x-y" branch. label May 1, 2024
@trop trop bot added merged/30-x-y PR was merged to the "30-x-y" branch. and removed in-flight/31-x-y in-flight/30-x-y labels May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/29-x-y PR was merged to the "29-x-y" branch. merged/30-x-y PR was merged to the "30-x-y" branch. merged/31-x-y PR was merged to the "31-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: recentDocuments not populating
2 participants