Skip to content

Commit da19e68

Browse files
prplxprplx
authored andcommitted
fix: remove duplicate simple home model picker
1 parent 4e803a2 commit da19e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/chat/ChatScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ export function ChatScreen() {
25942594
onKeyDown={handleKeyDown}
25952595
className={`h-[80px] w-full resize-none rounded-xl border border-border bg-bg-primary px-4 py-2.5 pr-10 text-sm text-text-primary placeholder:text-text-tertiary ${simpleModeActive ? "chat-simple-textarea" : ""}`}
25962596
placeholder={simpleHomeState ? t("chat.simplePlaceholder") : t("chat.placeholder")} />
2597-
{simpleModeActive && (
2597+
{simpleModeActive && !simpleHomeState && (
25982598
<button
25992599
ref={modelSelectorTriggerRef}
26002600
onClick={() => setShowModelSelector((prev) => !prev)}

0 commit comments

Comments
 (0)