mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
fix
This commit is contained in:
parent
4b65d27728
commit
2378ca35b0
@ -14,7 +14,7 @@ import { DirectoryAccessDeclinedError } from '../../errors';
|
||||
// Therefore we set the flag com.apple.security.files.user-selected.read-write
|
||||
// With this flag, we can show the user an open-dialog for a **directory**, and once the user has opened that directory, we can read/write files in this directory until the app is restarted.
|
||||
// NOTE! fs.stat is still allowed everywhere, even though read/write is not
|
||||
// see also developer-notes.md
|
||||
// see also CONTRIBUTING.md
|
||||
|
||||
// const simulateMasBuild = isDev; // can be used for testing this logic without having to build mas-dev
|
||||
const simulateMasBuild = false;
|
||||
|
Loading…
Reference in New Issue
Block a user