ui: Fix Game Compatibility list translations

Reported by GillianMC on Discord. Looks to be a small quirk in the QT API.

setText(QObject::tr(status.text));
bringing up QObject breaks the link with the GameListItemCompat
This commit is contained in:
Kyle K
2022-04-13 13:29:59 -07:00
parent ca2accfb25
commit 42b8148aca
3 changed files with 6 additions and 3 deletions

View File

@ -86,7 +86,7 @@
<item row="4" column="0">
<widget class="QRadioButton" name="radioButton_Great">
<property name="text">
<string>Great </string>
<string>Great</string>
</property>
</widget>
</item>