mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
update identity detection methods
This commit is contained in:
parent
9a7984f345
commit
d7f6e2f16b
8 changed files with 47 additions and 41 deletions
|
|
@ -77,7 +77,7 @@ impl Navigation {
|
|||
self.history.update();
|
||||
self.reload.update(!request.is_empty());
|
||||
self.request
|
||||
.update(self.profile.identity.match_scope(&request).is_some());
|
||||
.update(self.profile.identity.get(&request).is_some());
|
||||
self.home.update();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue