mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add ability to hide summarized messages
This commit is contained in:
@@ -343,6 +343,11 @@ const globalSettingsList:GlobalSetting[] = [
|
||||
key: 'defaultProfile',
|
||||
name: 'Default Profile',
|
||||
type: 'text'
|
||||
},
|
||||
{
|
||||
key: 'hideSummarized',
|
||||
name: 'Hide Summarized Messages',
|
||||
type: 'boolean'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user