mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-11 05:47:20 +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">
|
||||
<string>Disable All Patches</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="chat-off-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@ -63,6 +66,9 @@
|
||||
<property name="text">
|
||||
<string>Reload Patches</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="refresh-line"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user