assistant: Fix toggling slash command menu from toolbar menu (#16459)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-08-19 14:47:05 +02:00 committed by GitHub
parent e68b2d5ecc
commit 911112d94a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 20 deletions

View file

@ -9,7 +9,7 @@ mod model_selector;
mod prompt_library;
mod prompts;
mod slash_command;
mod slash_command_picker;
pub(crate) mod slash_command_picker;
pub mod slash_command_settings;
mod streaming_diff;
mod terminal_inline_assistant;