Skip to content

Commit

Permalink
Allow reparenting directories
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
  • Loading branch information
claucambra committed Oct 30, 2024
1 parent 82fa602 commit 539383c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/NextcloudFileProviderKit/Item/Item.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class Item: NSObject, NSFileProviderItem {
.allowsContentEnumerating,
.allowsReading,
.allowsDeleting,
.allowsReparenting,
.allowsRenaming
]

Expand Down

0 comments on commit 539383c

Please sign in to comment.