mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
3.0.267 merged
This commit is contained in:
parent
b6fb6394db
commit
67999ef4ae
171 changed files with 6473 additions and 1093 deletions
|
@ -20,7 +20,7 @@ namespace TINK.ViewModel.Settings
|
|||
{
|
||||
foreach (var filter in filterSettings)
|
||||
{
|
||||
if (filter.Key == FilterHelper.FILTERTINKGENERAL)
|
||||
if (filter.Key == FilterHelper.CARGOBIKE)
|
||||
{
|
||||
Add(new FilterItemMutable(
|
||||
filter.Key,
|
||||
|
@ -29,7 +29,7 @@ namespace TINK.ViewModel.Settings
|
|||
AppResources.MarkingCargoBike));
|
||||
continue;
|
||||
}
|
||||
if (filter.Key == FilterHelper.FILTERKONRAD)
|
||||
if (filter.Key == FilterHelper.CITYBIKE)
|
||||
{
|
||||
Add(new FilterItemMutable(
|
||||
filter.Key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue