We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0054702 commit 5a99057Copy full SHA for 5a99057
1 file changed
Core/Sources/SuggestionWidget/WidgetView.swift
@@ -163,15 +163,6 @@ struct WidgetContextMenu: View {
163
}
164
165
166
- Button(action: {
167
- useGlobalChat.toggle()
168
- }) {
169
- Text("Use Shared Conversation")
170
- if useGlobalChat {
171
- Image(systemName: "checkmark")
172
- }
173
174
-
175
Button(action: {
176
realtimeSuggestionToggle.toggle()
177
}) {
0 commit comments