We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a13e05 commit 66caa6cCopy full SHA for 66caa6c
Core/Sources/Service/GUI/GraphicalUserInterfaceController.swift
@@ -98,11 +98,13 @@ struct GUI: ReducerProtocol {
98
Reduce { state, action in
99
switch action {
100
case .start:
101
+ #if canImport(ChatTabPersistent)
102
return .run { send in
- #if canImport(ChatTabPersistent)
103
await send(.persistent(.restoreChatTabs))
104
- #endif
105
}
+ #else
106
+ return .none
107
+ #endif
108
109
case let .openChatPanel(forceDetach):
110
0 commit comments