Commit d623e38d authored by Lioncash's avatar Lioncash
Browse files

yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call

A checkbox is able to be tri-state, giving it three possible activity
types, so in the connect call here, it would actually be truncating an
int into a bool.

Instead, we can just listen on the toggled() signal, which passes along
a bool, not an int.
parent 1a2d90ab
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment