You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: