We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405edfe commit b673f9cCopy full SHA for b673f9c
1 file changed
Core/Sources/ChatGPTChatTab/ChatGPTChatTab.swift
@@ -102,11 +102,11 @@ public class ChatGPTChatTab: ChatTab {
102
return nil
103
}
104
105
- return [Builder(title: "New Chat", customCommand: nil)] + customCommands
+ return [Builder(title: "Legacy Chat", customCommand: nil)] + customCommands
106
107
108
public static func defaultBuilder() -> ChatTabBuilder {
109
- Builder(title: "New Chat", customCommand: nil)
+ Builder(title: "Legacy Chat", customCommand: nil)
110
111
112
@MainActor
0 commit comments