UI: Correct default tab for graphics settings.

Apparently Qt Designer thinks if you're renaming a checkbox, *obviously* that means you're wanting the default tab changing too...
This commit is contained in:
refractionpcsx2 2023-01-06 20:56:40 +00:00
parent 849c754ca2
commit d5acd98eb3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<item>
<widget class="QTabWidget" name="tabs">
<property name="currentIndex">
<number>8</number>
<number>0</number>
</property>
<property name="documentMode">
<bool>true</bool>