mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-30 01:25:51 +00:00
Qt: Fix change disc icon
This commit is contained in:
parent
f2909b447b
commit
64abbd6482
|
@ -493,8 +493,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="actionChangeDisc">
|
<action name="actionChangeDisc">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="resources/resources.qrc">
|
<iconset theme="ChangeDisc"/>
|
||||||
<normaloff>:/icons/media-optical.png</normaloff>:/icons/media-optical.png</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Change Disc...</string>
|
<string>Change Disc...</string>
|
||||||
|
|
Loading…
Reference in a new issue