replace /prompts with a rotating placeholder (#2314)
This commit is contained in:
@@ -124,6 +124,7 @@ fn make_chatwidget_manual() -> (
|
||||
app_event_tx: app_event_tx.clone(),
|
||||
has_input_focus: true,
|
||||
enhanced_keys_supported: false,
|
||||
placeholder_text: "Ask Codex to do anything".to_string(),
|
||||
});
|
||||
let widget = ChatWidget {
|
||||
app_event_tx,
|
||||
|
||||
Reference in New Issue
Block a user