mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 10:45:45 -04:00
Qt: Fix window icon on Controller Settings
This commit is contained in:
@ -17,7 +17,11 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Controller Settings</string>
|
||||
<string>DuckStation Controller Settings</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="resources/resources.qrc">
|
||||
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="0" column="0">
|
||||
|
Reference in New Issue
Block a user