Qt: Add icons to buttons in patch settings widget

Similar to the cheat settings page
This commit is contained in:
Davide Pesavento 2025-06-08 18:45:42 -04:00 committed by Connor McLaughlin
parent ba78714d4f
commit a4977f986c

View File

@ -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>