[Settings]Show No network error when trying to update (#21500)

This commit is contained in:
Laszlo Nemeth
2022-11-15 15:11:44 +01:00
committed by GitHub
parent a357d62ff5
commit 8c6b447a33
3 changed files with 80 additions and 0 deletions

View File

@@ -64,6 +64,13 @@
IsTabStop="{Binding IsNewVersionCheckedAndUpToDate, Mode=OneWay}"
IsOpen="{Binding IsNewVersionCheckedAndUpToDate, Mode=OneWay}"/>
<!-- Network error while checking for new version -->
<InfoBar x:Uid="General_CantCheck"
IsClosable="False"
Severity="Error"
IsTabStop="{Binding IsNoNetwork, Mode=OneWay}"
IsOpen="{Binding IsNoNetwork, Mode=OneWay}"/>
<!-- New version available -->
<InfoBar x:Uid="General_NewVersionAvailable"
IsClosable="False"