Default Apply to not enabled

This commit is contained in:
Isaac Marovitz 2024-04-18 18:43:43 -04:00
parent 286aebf70f
commit c628cd7af5
No known key found for this signature in database
GPG key ID: 97250B2B09A132E1

View file

@ -113,6 +113,7 @@
Click="Cancel_OnClick" />
<Button
Name="Apply"
IsEnabled="False"
Content="{locale:Locale SettingsButtonApply}"
Command="{Binding ApplyButton}" />
</ReversibleStackPanel>