aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Models/ApplicationState.swift
diff options
context:
space:
mode:
authorDustin Mierau <dustin@mierau.me>2024-05-17 13:59:46 -0700
committerDustin Mierau <dustin@mierau.me>2024-05-17 13:59:46 -0700
commit386743e8b1aab8fe034bb650c45aca3a16f047b7 (patch)
tree10ec1d83e685433ac4bd42005bc6f4957a60fc1b /Hotline/Models/ApplicationState.swift
parent277c4cb65218adb8485bb28560a9bb4cca42da82 (diff)
Further work on bookmark syncing. Reworked code that prepopulated bookmarks when empty to wait for first sync.
Diffstat (limited to 'Hotline/Models/ApplicationState.swift')
-rw-r--r--Hotline/Models/ApplicationState.swift2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hotline/Models/ApplicationState.swift b/Hotline/Models/ApplicationState.swift
index 5814fba..6e077c5 100644
--- a/Hotline/Models/ApplicationState.swift
+++ b/Hotline/Models/ApplicationState.swift
@@ -11,4 +11,6 @@ final class ApplicationState {
var activeServerID: UUID? = nil
var activeServerBanner: NSImage? = nil
var activeServerName: String? = nil
+
+ var cloudKitReady: Bool = false
}