|
|
@ -593,6 +593,7 @@ export function Chat(props: {
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{!isMobileScreen() && (
|
|
|
|
<div className={styles["window-action-button"]}>
|
|
|
|
<div className={styles["window-action-button"]}>
|
|
|
|
<IconButton
|
|
|
|
<IconButton
|
|
|
|
icon={chatStore.config.tightBorder ? <MinIcon /> : <MaxIcon />}
|
|
|
|
icon={chatStore.config.tightBorder ? <MinIcon /> : <MaxIcon />}
|
|
|
@ -604,6 +605,7 @@ export function Chat(props: {
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
)}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<PromptToast
|
|
|
|
<PromptToast
|
|
|
|