Merge pull request #9663 from EBADBEEF/disable-controller-applet

qt: add option to disable controller applet
This commit is contained in:
Narr the Reg
2023-06-27 10:32:51 -06:00
committed by GitHub
5 changed files with 16 additions and 0 deletions

View File

@ -89,6 +89,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="toggle_controller_applet_disabled">
<property name="text">
<string>Disable controller applet</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>