mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-09 11:17:20 -03:00
lol
This commit is contained in:
parent
41acc4b1f3
commit
f0aa7eedf6
1 changed files with 0 additions and 9 deletions
|
@ -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}" />*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue