mirror of
https://github.com/yattee/yattee.git
synced 2025-10-13 10:58:11 +00:00
Replace environment objects with observed objects
This commit is contained in:
@@ -2,6 +2,8 @@ import Defaults
|
||||
import Foundation
|
||||
|
||||
final class ThumbnailsModel: ObservableObject {
|
||||
static var shared = ThumbnailsModel()
|
||||
|
||||
@Published var unloadable = Set<URL>()
|
||||
|
||||
func insertUnloadable(_ url: URL) {
|
||||
|
Reference in New Issue
Block a user