Commit ff0bea0
authored
fix: allow creating directories in file sync local file picker (#199)
Closes #198.
I just assumed this was on by default 😭
In fact, the documentation says it is, but it's very clearly not!
```
/**
`NSSavePanel`/`NSOpenPanel`: Set to `YES` to show the "New Folder" button. Default is `YES`.
*/
open var canCreateDirectories: Bool
```1 parent 15f1890 commit ff0bea0
File tree
1 file changed
+1
-0
lines changed- Coder-Desktop/Coder-Desktop/Views/FileSync
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments