Don't show irrelevant title icons

This commit is contained in:
Pieter Vander Vennet 2023-05-05 16:12:28 +02:00
parent e0527e9647
commit 55e12c32e5
3 changed files with 5 additions and 4 deletions

View file

@ -251,6 +251,7 @@ export default class UserRelatedState {
_theme: layout?.id,
_backend: this.osmConnection.Backend(),
_applicationOpened: new Date().toISOString(),
_supports_sharing: window.navigator.share ? "yes" : "no"
})
const osmConnection = this.osmConnection