Show versionnumber

This commit is contained in:
portree_kid 2020-05-25 22:00:01 +02:00
parent 9a3f473949
commit 7c643b209a

View File

@ -82,7 +82,10 @@
data () { data () {
return { return {
url: 'https://a.tile.openstreetmap.de/{z}/{x}/{y}.png', url: 'https://a.tile.openstreetmap.de/{z}/{x}/{y}.png',
attribution: ' &copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors', attribution: '<A href="https://github.com/Portree-Kid/flightgear-airports" target="_blank">Flightgear Airports ' + require('electron').remote.app.getVersion() +
'</A> <A href="https://www.electronjs.org/" target="_blank">Electron</A> ' +
' <A href="https://element.eleme.io/#/en-US/" target="_blank">element.io</A> ' +
' &copy; <a href="http://osm.org/copyright" target="_blank">OpenStreetMap</a> contributors',
marker: L.latLng(47.413220, -1.219482), marker: L.latLng(47.413220, -1.219482),
airports: this.$store.state.Airports.airports, airports: this.$store.state.Airports.airports,
options: {editable: true}, options: {editable: true},