rename method

This commit is contained in:
yggverse 2024-11-28 02:43:52 +02:00
parent 262e11d677
commit 9084c10211
4 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@ impl Navigation {
.gemini
.auth
.memory
.match_priority(&request_text)
.match_request(&request_text)
.is_some(),
!request_text.is_empty() && request_text.starts_with("gemini"),
);