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

[macOS] Use NSOpenPanel.message instead of title #166

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

NobodyNada
Copy link
Contributor

Open panels do not have a title bar on modern macOS, so set the 'message' property instead:
https://developer.apple.com/documentation/appkit/nssavepanel/1528581-message

This makes the set_title functions work as expected:

Screenshot 2023-12-22 at 8 42 20 PM

Open panels do not have a title bar on modern macOS, so set the
'message' property instead:
https://developer.apple.com/documentation/appkit/nssavepanel/1528581-message
@PolyMeilex PolyMeilex added the no changelog Ignore changelog CI check label Jan 8, 2024
Copy link
Owner

@PolyMeilex PolyMeilex left a comment

Choose a reason for hiding this comment

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

Thanks!

@PolyMeilex PolyMeilex merged commit 0e64ca7 into PolyMeilex:master Jan 8, 2024
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Ignore changelog CI check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants