From f5236dac79eb1b5ec68ee5959b7eed3af9cdad19 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 14 Dec 2023 16:15:51 +0800 Subject: [PATCH] Show loading bar at load time --- .../OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift index 24eb86328..bc103eb3c 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewModel.swift @@ -19,7 +19,7 @@ import Views @Published var itemForHighlightsView: Models.LibraryItem? @Published var linkRequest: LinkRequest? @Published var presentWebContainer = false - @Published var showLoadingBar = false + @Published var showLoadingBar = true @Published var selectedLinkItem: NSManagedObjectID? // used by mac app only @Published var selectedItem: Models.LibraryItem?