- Notifications
You must be signed in to change notification settings - Fork5
Commitff0bea0
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 parent15f1890 commitff0bea0
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
Comments
(0)