- tweak: Server list refactor

This commit is contained in:
2025-01-30 10:11:54 +03:00
parent 52beaaa5e2
commit 88402e7751
3 changed files with 67 additions and 58 deletions

View File

@@ -25,11 +25,11 @@
<Panel>
<ItemsControl
IsVisible="{Binding IsFavoriteMode}"
ItemsSource="{Binding SortedFavoriteServers}"
ItemsSource="{Binding Servers.Values}"
Padding="0" />
<ItemsControl
IsVisible="{Binding !IsFavoriteMode}"
ItemsSource="{Binding SortedServers}"
ItemsSource="{Binding Servers.Values}"
Padding="0" />
</Panel>
</ScrollViewer>