mirror of
https://github.com/yattee/yattee.git
synced 2025-12-21 04:00:23 +00:00
Multiplatform UI support fixes
This commit is contained in:
@@ -15,4 +15,8 @@ final class SearchQuery: ObservableObject {
|
||||
self.date = date
|
||||
self.duration = duration
|
||||
}
|
||||
|
||||
var isEmpty: Bool {
|
||||
query.isEmpty
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user