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

Recursive permissions on a folder do not work when just opening the scene file #11

Open
webbertakken opened this issue Oct 26, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@webbertakken
Copy link
Owner

There are three way to solve this:

  1. ask permission twice (illustrated on the screenshot)
  2. only ask permission (once) on the folder that contains the scenes recursively, support with a scene selector in the UI
  3. asking the user to put the files in scope (as described in https://tauri.app/v1/api/js/fs#security)

image

Point 3 is what I've done as a first iteration.
Point 2 is probably best for a version 2 of this app, which requires a few more changes in the ui and the apps data model.

@webbertakken webbertakken added this to the v2 milestone Oct 26, 2022
@webbertakken webbertakken added the enhancement New feature or request label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant