Refined UI,code logic for improved user experience
This commit is contained in:
+3
-1
@@ -40,6 +40,7 @@ const en: RequiredLocaleType = {
|
||||
Masks: "Masks",
|
||||
Clear: "Clear Context",
|
||||
Settings: "Settings",
|
||||
AIPaint: "AI Paint",
|
||||
},
|
||||
Rename: "Rename Chat",
|
||||
Typing: "Typing…",
|
||||
@@ -48,7 +49,8 @@ const en: RequiredLocaleType = {
|
||||
if (submitKey === String(SubmitKey.Enter)) {
|
||||
inputHints += ", Shift + Enter to wrap";
|
||||
}
|
||||
return inputHints + ", / to search prompts";
|
||||
// return inputHints + ", / to search prompts";
|
||||
return inputHints;
|
||||
},
|
||||
Send: "Send",
|
||||
Config: {
|
||||
|
||||
Reference in New Issue
Block a user