Skip to content
Discussion options

You must be logged in to vote

Should have been

{
    "modules": [
        {
            "type": "gpu",
            "hideType": "integrated"
        },
        {
            "condition": {
                "succeeded": false // When no discrete GPU is found, the last run should return an error, then this module should run.
            },
            "type": "gpu"
        }
    ]
}

However, as I said in reddit, due to a bug, { "type": "gpu", "hideType": "integrated" } doesn't return an error so the second module entry never runs.

This has been fixed in e24e3b6

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Schaex
Comment options

Answer selected by Schaex
Comment options

You must be logged in to vote
1 reply
@Schaex
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants