feat: check for addon updates, add attribution to photo location map

This commit is contained in:
David Ralph
2021-09-07 20:42:56 +01:00
parent b86e73f2fc
commit 2984e162cc
7 changed files with 53 additions and 10 deletions

View File

@@ -158,6 +158,8 @@ export default class Background extends PureComponent {
photoURL: photoURL,
latitude: data.latitude || null,
longitude: data.longitude || null,
// location map token from mapbox
maptoken: data.maptoken || null
}
};