Qt: Remove extra item in language list

This commit is contained in:
Stenzek 2023-08-24 19:48:49 +10:00
parent 9a0afd66fa
commit 112ccd7f38

View file

@ -117,7 +117,6 @@
<iconset theme="global-line"> <iconset theme="global-line">
<normaloff>.</normaloff>.</iconset> <normaloff>.</normaloff>.</iconset>
</property> </property>
<addaction name="action"/>
</widget> </widget>
<addaction name="actionViewGameProperties"/> <addaction name="actionViewGameProperties"/>
<addaction name="separator"/> <addaction name="separator"/>
@ -977,16 +976,6 @@
<string>Cover Downloader</string> <string>Cover Downloader</string>
</property> </property>
</action> </action>
<action name="action">
<property name="icon">
<iconset>
<normalon>:/icons/flags/ko@2x.png</normalon>
</iconset>
</property>
<property name="text">
<string>한국인</string>
</property>
</action>
</widget> </widget>
<resources> <resources>
<include location="resources/resources.qrc"/> <include location="resources/resources.qrc"/>