mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-11 01:19:57 +01:00
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.