mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: add alternative input configuration where Ctrl-Enter is required to send chat messages
This commit is contained in:
@@ -140,6 +140,7 @@ type Settings = {
|
||||
title?: TitleSettings;
|
||||
splitLargeDeltas?: boolean;
|
||||
chatDirection: 'LTR' | 'RTL';
|
||||
alternativeEnterBehavior?: boolean;
|
||||
|
||||
system?: string;
|
||||
requestFormat?: string;
|
||||
|
||||
Reference in New Issue
Block a user