mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
feat: enhance download command with success and warning messages; update Authentik documentation for clarity
This commit is contained in:
parent
b04a8b8a9e
commit
30f1eaef1c
3 changed files with 10 additions and 3 deletions
|
@ -561,8 +561,8 @@
|
|||
}
|
||||
}
|
||||
if (
|
||||
(adventure.is_visited && !reverseGeocodePlace?.region_visited) ||
|
||||
!reverseGeocodePlace?.city_visited
|
||||
adventure.is_visited &&
|
||||
(!reverseGeocodePlace?.region_visited || !reverseGeocodePlace?.city_visited)
|
||||
) {
|
||||
markVisited();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue