mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 18:08:12 +00:00
Navigation improvements
This commit is contained in:
@@ -22,4 +22,8 @@ final class Store<Data>: ResourceObserver, ObservableObject {
|
||||
func replace(_ items: Data) {
|
||||
all = items
|
||||
}
|
||||
|
||||
func clear() {
|
||||
all = nil
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user