- add: fallbacks

This commit is contained in:
2025-05-03 18:20:24 +03:00
parent 207084c332
commit f0d46ee28d
6 changed files with 111 additions and 68 deletions

View File

@@ -118,7 +118,6 @@
<Label VerticalAlignment="Center">
Auth server:
</Label>
<TextBox MinWidth="200" Text="{Binding CurrentAuthServer}" />
<Button Command="{Binding ExpandAuthUrlCommand}" VerticalAlignment="Stretch">
<Label>+</Label>
</Button>
@@ -139,7 +138,7 @@
<ListBox.ItemTemplate>
<DataTemplate>
<Label>
<TextBlock Text="{Binding}" />
<TextBlock Text="{Binding Name}" />
</Label>
</DataTemplate>
</ListBox.ItemTemplate>