mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-28 08:56:43 +00:00
Add .NET Runtime version in About window under Ryujinx version.
This commit is contained in:
parent
32b91b5ba9
commit
203a759775
@ -6,6 +6,7 @@
|
||||
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:viewModel="clr-namespace:Ryujinx.Ava.UI.ViewModels"
|
||||
xmlns:interopServices="clr-namespace:System.Runtime.InteropServices;assembly=System.Runtime"
|
||||
MinWidth="550"
|
||||
MinHeight="260"
|
||||
MaxWidth="600"
|
||||
@ -70,6 +71,13 @@
|
||||
LineHeight="12"
|
||||
Text="{Binding Version}"
|
||||
TextAlignment="Center" />
|
||||
<TextBlock
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="10"
|
||||
LineHeight="12"
|
||||
Text="{x:Static interopServices:RuntimeInformation.FrameworkDescription}"
|
||||
TextAlignment="Center" />
|
||||
<Border
|
||||
Height="1"
|
||||
Margin="0,20, 0, 20"
|
||||
|
Loading…
x
Reference in New Issue
Block a user