mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Add .NET Runtime version in About window under Ryujinx version.
This commit is contained in:
@@ -6,8 +6,11 @@
|
|||||||
xmlns:locale="clr-namespace:Ryujinx.Ava.Common.Locale"
|
xmlns:locale="clr-namespace:Ryujinx.Ava.Common.Locale"
|
||||||
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"
|
||||||
Width="550"
|
xmlns:interopServices="clr-namespace:System.Runtime.InteropServices;assembly=System.Runtime"
|
||||||
Height="260"
|
MinWidth="550"
|
||||||
|
MinHeight="260"
|
||||||
|
MaxWidth="600"
|
||||||
|
MaxHeight="500"
|
||||||
Margin="0,-12,0,0"
|
Margin="0,-12,0,0"
|
||||||
d:DesignHeight="260"
|
d:DesignHeight="260"
|
||||||
d:DesignWidth="550"
|
d:DesignWidth="550"
|
||||||
@@ -72,6 +75,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"
|
||||||
|
|||||||
Reference in New Issue
Block a user