Skip to content

Commit 08b0d76

Browse files
committed
Add TerminalChatTab
1 parent b8ae34e commit 08b0d76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Core/Sources/Service/GUI/ChatTabFactory.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ enum ChatTabFactory {
3131
),
3232
title: BrowserChatTab.name
3333
),
34+
folderIfNeeded(TerminalChatTab.chatBuilders(), title: TerminalChatTab.name),
3435
].compactMap { $0 }
3536

3637
return collection

Pro

Submodule Pro updated from 7796423 to 4587c28

0 commit comments

Comments
 (0)