include hardware info in troubleshooting archive (#2159)

* add cpu and gpu info to troubleshooting general

* include capabilities in troubleshooting archive
This commit is contained in:
Jason Dove
2025-07-17 16:23:57 +00:00
committed by GitHub
parent 223bdff8d6
commit 837f824660
11 changed files with 95 additions and 10 deletions
+2
View File
@@ -95,6 +95,8 @@
{
info.Version,
Environment = info.Environment.OrderBy(x => x.Key).ToDictionary(x => x.Key, x => x.Value),
info.Cpus,
info.VideoControllers,
info.Health,
info.FFmpegSettings,
info.Channels,