GPU: optionally hide unknown GPUs (#1742)

The current default behavior of not hiding any GPUs is retained. The new
feature of hiding unknown or unrecognized GPUs can be enabled with
hide-type = "unknown".
This commit is contained in:
Samuli Thomasson
2025-05-07 16:06:47 +02:00
committed by GitHub
parent 5d3fb98072
commit 484e05eae3
4 changed files with 16 additions and 5 deletions
+1
View File
@@ -2053,6 +2053,7 @@
"enum": [
"integrated",
"discrete",
"unknown",
"none"
],
"default": "none"