Version 3.0.343

This commit is contained in:
Oliver Hauff 2022-10-04 19:14:42 +02:00
parent 226113bc25
commit 154b6d07ca
17 changed files with 50 additions and 31 deletions

View file

@ -12,7 +12,7 @@
</Shell.TitleView>
<!--Pages can be added as references or inline-->
<ContentPage
IsEnabled="{Binding IsIdle, Converter={StaticResource InvertedBoolConverter}}"
IsEnabled="{Binding IsIdle}"
Title="{x:Static resources:AppResources.MarkingTabFees}">
<ContentPage.Content>
<Grid>
@ -32,7 +32,7 @@
</ContentPage.Content>
</ContentPage>
<ContentPage
IsEnabled="{Binding IsIdle, Converter={StaticResource InvertedBoolConverter}}"
IsEnabled="{Binding IsIdle}"
Title="{x:Static resources:AppResources.MarkingTabBikes}">
<ContentPage.Content>
<Grid>