mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
More search UI improvements across all the platforms
This commit is contained in:
@@ -29,7 +29,9 @@ final class RecentsModel: ObservableObject {
|
||||
}
|
||||
|
||||
func addQuery(_ query: String) {
|
||||
open(.init(from: query))
|
||||
if !query.isEmpty {
|
||||
open(.init(from: query))
|
||||
}
|
||||
}
|
||||
|
||||
var presentedChannel: Channel? {
|
||||
|
Reference in New Issue
Block a user