This commit is contained in:
Orbmu2k
2026-03-25 01:33:05 +01:00

View File

@@ -5,5 +5,7 @@ namespace nvidiaProfileInspector.UI.ViewModels
public string Key { get; set; }
public string Name { get; set; }
public string KeyDisplay => Key?.TrimEnd('|');
}
}