aboutsummaryrefslogtreecommitdiff
path: root/Hotline/State
diff options
context:
space:
mode:
Diffstat (limited to 'Hotline/State')
-rw-r--r--Hotline/State/AppState.swift13
1 files changed, 4 insertions, 9 deletions
diff --git a/Hotline/State/AppState.swift b/Hotline/State/AppState.swift
index 11bae74..3917ad0 100644
--- a/Hotline/State/AppState.swift
+++ b/Hotline/State/AppState.swift
@@ -7,18 +7,13 @@ extension EnvironmentValues {
@Observable
final class AppState {
static let shared = AppState()
-
+
private init() {
-
+
}
-
+
var activeHotline: Hotline? = nil
var activeServerState: ServerState? = nil
-
- // Frontmost server window information
- var activeServerID: UUID? = nil
- var activeServerBanner: NSImage? = nil
- var activeServerName: String? = nil
-
+
var cloudKitReady: Bool = false
}