Skip to content

Commit b673f9c

Browse files
committed
Change old chat tab new
1 parent 405edfe commit b673f9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/Sources/ChatGPTChatTab/ChatGPTChatTab.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ public class ChatGPTChatTab: ChatTab {
102102
return nil
103103
}
104104

105-
return [Builder(title: "New Chat", customCommand: nil)] + customCommands
105+
return [Builder(title: "Legacy Chat", customCommand: nil)] + customCommands
106106
}
107107

108108
public static func defaultBuilder() -> ChatTabBuilder {
109-
Builder(title: "New Chat", customCommand: nil)
109+
Builder(title: "Legacy Chat", customCommand: nil)
110110
}
111111

112112
@MainActor

0 commit comments

Comments
 (0)