mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
parent
68d8b1fa3e
commit
cf9595a0bc
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@
|
|||
<Button Text="{u:I18n BitwardenAutofillServiceOpenAutofillSettings}"
|
||||
Clicked="Settings_Clicked"
|
||||
HorizontalOptions="Fill"
|
||||
VerticalOptions="End"></Button>
|
||||
VerticalOptions="End"
|
||||
IsVisible="{Binding Enabled, Converter={StaticResource inverseBool}}"></Button>
|
||||
</StackLayout>
|
||||
</ScrollView>
|
||||
|
||||
|
|
Loading…
Reference in a new issue