- fix: memory leak part 1
This commit is contained in:
@@ -42,9 +42,10 @@
|
||||
</ListBox>
|
||||
|
||||
<Border
|
||||
Child="{Binding CurrentServerList}"
|
||||
Grid.Row="1"
|
||||
Grid.RowSpan="2" />
|
||||
Grid.RowSpan="2" >
|
||||
<ContentControl Content="{Binding CurrentServerList}"></ContentControl>
|
||||
</Border>
|
||||
|
||||
<Border Grid.Row="1"
|
||||
Background="{StaticResource DefaultGrad}"
|
||||
|
||||
Reference in New Issue
Block a user