Skip to content

Commit

Permalink
Ensure SyncController gets instantiated
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed May 12, 2024
1 parent 32d35ce commit 1148770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Harmony/HarmonyApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import SwiftUI
@main
struct HarmonyApp: App {
@State var backendsModel = BackendsModel.shared // Ensure backends are instantiated
@State var syncController = SyncController.shared // Ensure sync controller is instantiated
var body: some Scene {
WindowGroup {
ContentView()
Expand Down

0 comments on commit 1148770

Please sign in to comment.