From 386743e8b1aab8fe034bb650c45aca3a16f047b7 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 17 May 2024 13:59:46 -0700 Subject: Further work on bookmark syncing. Reworked code that prepopulated bookmarks when empty to wait for first sync. --- Hotline/Models/ApplicationState.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Hotline/Models/ApplicationState.swift') 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 } -- cgit