settings: Add debug setting to enable all controllers

This commit is contained in:
german77
2021-11-27 20:05:45 -06:00
parent 564f105277
commit 51df96b7c0
8 changed files with 75 additions and 0 deletions

View File

@ -198,6 +198,13 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="enable_all_controllers">
<property name="text">
<string>Enable all Controller Types</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>