Skip to content

Commit bcfc268

Browse files
committed
Update
1 parent 57fa2ca commit bcfc268

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Core/Sources/HostApp/TabContainer.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Foundation
2+
import LaunchAgentManager
23
import SwiftUI
34
import UpdateChecker
45

@@ -76,7 +77,7 @@ public struct TabContainer: View {
7677
try await LaunchAgentManager()
7778
.setupLaunchAgentForTheFirstTimeIfNeeded()
7879
} catch {
79-
toastController.toast(content: error.localizedDescription, type: .error)
80+
toastController.toast(content: Text(error.localizedDescription), type: .error)
8081
}
8182
}
8283
#endif

0 commit comments

Comments
 (0)