mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-06-01 18:30:33 +09:00
update autoscroll config
This commit is contained in:
parent
223ff8d1c4
commit
e186e05c7d
@ -825,6 +825,21 @@ export function Settings() {
|
||||
}
|
||||
></input>
|
||||
</ListItem>
|
||||
<ListItem
|
||||
title={Locale.Settings.AutoScrollMessage.Title}
|
||||
subTitle={Locale.Settings.AutoScrollMessage.SubTitle}
|
||||
>
|
||||
<input
|
||||
type="checkbox"
|
||||
checked={config.autoScrollMessage}
|
||||
onChange={(e) =>
|
||||
updateConfig(
|
||||
(config) =>
|
||||
(config.autoScrollMessage = e.currentTarget.checked),
|
||||
)
|
||||
}
|
||||
></input>
|
||||
</ListItem>
|
||||
</List>
|
||||
|
||||
<SyncItems />
|
||||
|
Loading…
Reference in New Issue
Block a user