Add option to enable pause when on background

This commit is contained in:
vitor-k 2019-09-13 23:01:12 -03:00
parent 7224ec57f6
commit 356fd60520
5 changed files with 23 additions and 9 deletions

View file

@ -29,6 +29,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="toggle_background_pause">
<property name="text">
<string>Pause emulation when on background</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>