We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57fa2ca + 8562d5e commit caf816bCopy full SHA for caf816b
2 files 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
Version.xcconfig
@@ -1,2 +1,2 @@
-APP_VERSION = 0.15.3
-APP_BUILD = 153
+APP_VERSION = 0.15.4
+APP_BUILD = 154
0 commit comments