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

Add Create folder button to pick_folder on macOS #127

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

bancek
Copy link
Contributor

@bancek bancek commented Jul 28, 2023

On Windows and Linux the folder pickers all have Create folder button but macOS does not.

On macOS NSSavePanel has canCreateDirectories set to YES by default. NSOpenPanel inherits from NSSavePanel but has canCreateDirectories set to NO by default.

Windows:

Screenshot 2023-07-28 at 16 33 48

Linux:

Screenshot 2023-07-28 at 16 30 54

macOS (before the change):

Screenshot 2023-07-28 at 16 35 05

macOS (after the change):

Screenshot 2023-07-28 at 16 51 11

@PolyMeilex PolyMeilex merged commit 4da36a2 into PolyMeilex:master Aug 15, 2023
12 checks passed
@PolyMeilex
Copy link
Owner

Thanks!

@repi repi mentioned this pull request Aug 29, 2023
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