aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Sounds/Application-iOS.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-05-16 20:57:05 -0700
committerDustin Mierau <dustin@mierau.me>2024-05-16 20:57:05 -0700
commit277c4cb65218adb8485bb28560a9bb4cca42da82 (patch)
treebbd368a8388122f486ccfd109b5e906390aba5ac /Hotline/Sounds/Application-iOS.swift
parent1be30131690e32080da64324a70133e11281eb27 (diff)
Enable CloudKit. Fix saving server bookmarks. Remove old bookmarks code.
Diffstat (limited to 'Hotline/Sounds/Application-iOS.swift')
-rw-r--r--Hotline/Sounds/Application-iOS.swift4
1 files changed, 1 insertions, 3 deletions
diff --git a/Hotline/Sounds/Application-iOS.swift b/Hotline/Sounds/Application-iOS.swift
index dc3a9d0..2fb6ad2 100644
--- a/Hotline/Sounds/Application-iOS.swift
+++ b/Hotline/Sounds/Application-iOS.swift
@@ -5,9 +5,7 @@ import UniformTypeIdentifiers
@main
struct Application: App {
private var model = Hotline(trackerClient: HotlineTrackerClient(), client: HotlineClient())
-
- @State private var bookmarks = Bookmarks()
-
+
@FocusedValue(\.activeHotlineModel) private var activeHotline: Hotline?
@FocusedValue(\.activeServerState) private var activeServerState: ServerState?