This commit is contained in:
Evan Husted 2024-12-24 21:15:13 -06:00
parent 41acc4b1f3
commit f0aa7eedf6

View file

@ -85,14 +85,5 @@ namespace Ryujinx.Ava.UI.Views.Main
Background = Brushes.Gray;
BorderThickness = new Thickness(1);
}
/*
<Border
Width="2"
Height="12"
Margin="0"
BorderBrush="Gray"
Background="Gray"
BorderThickness="1"
IsVisible="{Binding !ShowLoadProgress}" />*/
}
}