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

[Feature] Let users select both files and folders #131

Open
Benji377 opened this issue Aug 9, 2023 · 0 comments
Open

[Feature] Let users select both files and folders #131

Benji377 opened this issue Aug 9, 2023 · 0 comments

Comments

@Benji377
Copy link

Benji377 commented Aug 9, 2023

The problem:
I am working on a small antivirus, and I am using Tauri API to let users specify a location on their machine to scan. Recently I also added the possibility to scan ZIP-files, but then I run into the issue of only being able to select either folders or files.

The solution I would like:
I would like to have some sort of option available to activate the function of being able to select both. This would not only solve my problem, but also other people encountering this issue, as I am sure I can't be the only one.

Workarounds:
As of now, I will add a switch on the UI to let users switch between selecting only files or only folders, it's not very user-friendly, but at least it works.

Additional context:
By solving this issue, Tauri could update its dependencies and solve its issue too: tauri-apps/plugins-workspace#2137

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

No branches or pull requests

1 participant