This commit is contained in:
Ahmed Ibrahim
2026-01-25 21:25:36 -08:00
parent 868d23f878
commit 1b77070923
3 changed files with 9 additions and 24 deletions

View File

@@ -56,9 +56,6 @@ impl NotesEntry {
placeholder_text.to_string(),
false,
);
composer.set_popups_enabled(false);
composer.set_footer_enabled(false);
composer.set_prompt_inset_enabled(false);
composer.set_task_running(false);
Self { composer }
}