PolyMeilex / rfd

Rusty File Dialog
MIT License
524 stars 60 forks source link

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

Closed NobodyNada closed 5 months ago

NobodyNada commented 6 months ago

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