Add .NET Runtime version in About window under Ryujinx version.

This commit is contained in:
GreemDev
2025-11-23 13:48:14 -06:00
committed by KeatonTheBot
parent 203ac3a175
commit 9ea27c3318
+12 -2
View File
@@ -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"