Skip to content

Commit 186603d

Browse files
committed
Add context menu for Codeium chat tab
1 parent b68fb40 commit 186603d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tool/Sources/CodeiumService/ChatTab/CodeiumChatTabItem.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ struct CodeiumChatTabItem: View {
99
var body: some View {
1010
WithPerceptionTracking {
1111
Text(store.title)
12+
.contextMenu {
13+
CodeiumChatMenuItem(store: store)
14+
}
1215
}
1316
}
1417
}

0 commit comments

Comments
 (0)