Skip to content

placeBar: Don't try to set title for places with no title

Marcus Lundblad requested to merge wip/mlundblad/dont-format-non-stored-place into main

Coordinate-only places (e.g. opened from a geo: URI) which isn't stored in the place store won't have a formattable title, so don't try use a PlaceFormatter with them.

Fixes #523 (closed)

Merge request reports