mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 03:20:37 +00:00
New channel navigation
This commit is contained in:
@@ -4,6 +4,7 @@ import Foundation
|
||||
final class RecentsModel: ObservableObject {
|
||||
@Default(.recentlyOpened) var items
|
||||
@Default(.saveRecents) var saveRecents
|
||||
|
||||
func clear() {
|
||||
items = []
|
||||
}
|
||||
|
Reference in New Issue
Block a user