This commit is contained in:
easong-openai
2025-07-29 00:42:07 -07:00
parent 75ec3a2e36
commit 2a7f70c00b

View File

@@ -351,7 +351,7 @@ impl App<'_> {
AppState::Chat { widget } => {
widget.show_compact_error(message);
}
AppState::Login { .. } | AppState::GitWarning { .. } => {}
AppState::GitWarning { .. } => {}
},
AppEvent::StartFileSearch(query) => {
self.file_search.on_user_query(query);