Restore SystemDetail record

This commit is contained in:
Joseph Moreno 2023-02-17 08:35:39 -05:00
parent ad13e8ca29
commit a3ad58c937

View File

@ -8,7 +8,7 @@ using ReactiveUI;
namespace AvaloniaCoreRTDemo.Windows.ViewModels
{
internal record SystemDetail(String Key, String Value);
internal record SystemDetail(string Key, string Value);
internal sealed class AboutViewModel : ReactiveObject
{