Qt: Add option for internal/window resolution screenshots

This commit is contained in:
Connor McLaughlin
2021-03-06 02:19:35 +10:00
parent 2aea58d056
commit 359d1509be
3 changed files with 25 additions and 8 deletions

View File

@@ -156,6 +156,13 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="internalResolutionScreenshots">
<property name="text">
<string>Internal Resolution Screenshots</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>