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

[feat] "New Folder" button not supported in macOS in the FileDialog #6435

Closed
Nacho114 opened this issue Mar 13, 2023 · 1 comment
Closed

Comments

@Nacho114
Copy link

Describe the problem

The "New Folder" button is not supported in macOS for the FileDialog. This is working for Windows and Ubuntu with our current implementation.

This is how the file dialog looks like for our Tauri app in macOS:

without

This is how it looks like for VS code, note the New Folder button on the left

vsceoe

Describe the solution you'd like

Enable "New Folder" support for macOS in the FileDialog. To solve this it might suffice to add:

var canCreateDirectories: [Bool](https://developer.apple.com/documentation/swift/bool) { get set }

As described in the apple docs.

Alternatives considered

No response

Additional context

Had a quick chat with FabianLars on Discord, he found the apple developer docs.

@FabianLars
Copy link
Member

Sorry that i asked you to open an issue about it, i missed this one: tauri-apps/plugins-workspace#949. Let's keep tracking it over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants