Version 3.0.376

This commit is contained in:
Anja 2023-11-21 15:26:57 +01:00
parent ca080c87c0
commit f963c0a219
158 changed files with 3228 additions and 1279 deletions

View file

@ -183,8 +183,8 @@ namespace TINK.ViewModel
StartupSettings = new PickerViewModel(
new Dictionary<string, string> {
{ ViewTypes.MapPage.ToString(), AppResources.MarkingMapPage },
{ ViewTypes.FindBikePage.ToString(), AppResources.MarkingFindBike },
{ ViewTypes.MapPage.ToString(), AppResources.MarkingBikeLocations },
{ ViewTypes.SelectBikePage.ToString(), AppResources.MarkingSelectBike },
},
tinkApp.StartupSettings.StartupPage.ToString());