mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
3.0.275
This commit is contained in:
parent
f38b516d25
commit
578fcee611
70 changed files with 6828 additions and 9625 deletions
|
@ -70,7 +70,7 @@ namespace TINK.ViewModel.Root
|
|||
|
||||
CheckAddItem(typeof(ContactPage)); // Feedback and contact
|
||||
|
||||
CheckAddItem(typeof(TabbedPageInfo)); // About sharee.bike
|
||||
CheckAddItem(typeof(InfoPage)); // About sharee.bike
|
||||
}
|
||||
|
||||
/// <summary>Adds a menu item to master detail menu.</summary>
|
||||
|
|
|
@ -53,7 +53,7 @@ namespace TINK.ViewModel.MasterDetail
|
|||
{
|
||||
return AppResources.MarkingFeedbackAndContact;
|
||||
}
|
||||
else if (type == typeof(TabbedPageInfo))
|
||||
else if (type == typeof(InfoPage))
|
||||
{
|
||||
return AppResources.MarkingAbout;
|
||||
}
|
||||
|
@ -102,7 +102,7 @@ namespace TINK.ViewModel.MasterDetail
|
|||
{
|
||||
return "\uf095";
|
||||
}
|
||||
else if (type == typeof(TabbedPageInfo))
|
||||
else if (type == typeof(InfoPage))
|
||||
{
|
||||
return "\uf05a";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue