We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fa2ca commit bcfc268Copy full SHA for bcfc268
1 file changed
Core/Sources/HostApp/TabContainer.swift
@@ -1,4 +1,5 @@
1
import Foundation
2
+import LaunchAgentManager
3
import SwiftUI
4
import UpdateChecker
5
@@ -76,7 +77,7 @@ public struct TabContainer: View {
76
77
try await LaunchAgentManager()
78
.setupLaunchAgentForTheFirstTimeIfNeeded()
79
} catch {
- toastController.toast(content: error.localizedDescription, type: .error)
80
+ toastController.toast(content: Text(error.localizedDescription), type: .error)
81
}
82
83
#endif
0 commit comments