Reset data after folder change
This commit is contained in:
@ -560,6 +560,7 @@ final class Storage: ObservableObject {
|
||||
}
|
||||
}
|
||||
|
||||
@discardableResult
|
||||
func save(outputPath: URL) -> Bool {
|
||||
guard let contentPath else { return false }
|
||||
guard let bookmarkData = encode(url: outputPath) else { return false }
|
||||
|
Reference in New Issue
Block a user