diff --git a/src/Views/Preference.axaml b/src/Views/Preference.axaml index a75eece1..46279470 100644 --- a/src/Views/Preference.axaml +++ b/src/Views/Preference.axaml @@ -438,7 +438,7 @@ Height="28" CornerRadius="3" Text="{Binding #me.GPGExecutableFile, Mode=TwoWay}" - IsEnabled="{Binding #me.GPGFormat, Converter={StaticResource EnumToBoolConverter}, ConverterParameter={x:Static m:GPGFormat.OPENPGP}}"> + IsEnabled="{Binding #me.GPGFormat, Mode=TwoWay, Converter={StaticResource EnumToBoolConverter}, ConverterParameter={x:Static m:GPGFormat.OPENPGP}}">