mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-14 07:17:25 +00:00
Qt: Add icons to buttons in patch settings widget
Similar to the cheat settings page
This commit is contained in:
parent
ba78714d4f
commit
a4977f986c
@ -43,6 +43,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disable All Patches</string>
|
<string>Disable All Patches</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="chat-off-line"/>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -63,6 +66,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Reload Patches</string>
|
<string>Reload Patches</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="refresh-line"/>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user