mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-04-21 10:51:55 +00:00
Add .NET Runtime version in About window under Ryujinx version.
This commit is contained in:
parent
010eab44ba
commit
6467720c5c
1 changed files with 8 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
|
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
|
||||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
xmlns:viewModel="clr-namespace:Ryujinx.Ava.UI.ViewModels"
|
xmlns:viewModel="clr-namespace:Ryujinx.Ava.UI.ViewModels"
|
||||||
|
xmlns:interopServices="clr-namespace:System.Runtime.InteropServices;assembly=System.Runtime"
|
||||||
MinWidth="550"
|
MinWidth="550"
|
||||||
MinHeight="260"
|
MinHeight="260"
|
||||||
MaxWidth="600"
|
MaxWidth="600"
|
||||||
|
|
@ -70,6 +71,13 @@
|
||||||
LineHeight="12"
|
LineHeight="12"
|
||||||
Text="{Binding Version}"
|
Text="{Binding Version}"
|
||||||
TextAlignment="Center" />
|
TextAlignment="Center" />
|
||||||
|
<TextBlock
|
||||||
|
HorizontalAlignment="Center"
|
||||||
|
VerticalAlignment="Center"
|
||||||
|
FontSize="10"
|
||||||
|
LineHeight="12"
|
||||||
|
Text="{x:Static interopServices:RuntimeInformation.FrameworkDescription}"
|
||||||
|
TextAlignment="Center" />
|
||||||
<Border
|
<Border
|
||||||
Height="1"
|
Height="1"
|
||||||
Margin="0,20, 0, 20"
|
Margin="0,20, 0, 20"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue