From cf9595a0bcba9ec72e6d9fca99653bbf54e90a2e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 6 Jun 2019 09:14:32 -0400 Subject: [PATCH] only show autofill settings button when disabled resolves #522 --- src/App/Pages/Settings/AutofillServicePage.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/Pages/Settings/AutofillServicePage.xaml b/src/App/Pages/Settings/AutofillServicePage.xaml index 3d560a43e..b703f9436 100644 --- a/src/App/Pages/Settings/AutofillServicePage.xaml +++ b/src/App/Pages/Settings/AutofillServicePage.xaml @@ -58,7 +58,8 @@ + VerticalOptions="End" + IsVisible="{Binding Enabled, Converter={StaticResource inverseBool}}">