Skip to content

Commit 5a99057

Browse files
committed
Remove use shared conversation toggle
1 parent 0054702 commit 5a99057

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Core/Sources/SuggestionWidget/WidgetView.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,6 @@ struct WidgetContextMenu: View {
163163
}
164164
}
165165

166-
Button(action: {
167-
useGlobalChat.toggle()
168-
}) {
169-
Text("Use Shared Conversation")
170-
if useGlobalChat {
171-
Image(systemName: "checkmark")
172-
}
173-
}
174-
175166
Button(action: {
176167
realtimeSuggestionToggle.toggle()
177168
}) {

0 commit comments

Comments
 (0)