[Settings]Fix spacing in the update available card (#33198)

This commit is contained in:
ARCHISMAN DAS 2024-07-17 16:02:42 +05:30 committed by GitHub
parent d27ac581ac
commit 2ca70e31c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,7 @@
<StackPanel Spacing="16">
<Button
x:Uid="General_DownloadAndInstall"
Margin="0,0,0,16"
Command="{Binding UpdateNowButtonEventHandler}"
IsEnabled="{Binding IsDownloadAllowed}"
Visibility="{Binding Mode=OneWay, Path=IsNewVersionDownloading, Converter={StaticResource BoolNegationConverter}}" />