misc(editor): changed save/load icons to use system theme

This commit is contained in:
maelstrom 2025-03-29 22:29:46 +01:00
parent 4abf480646
commit 18a1cc79df

View file

@ -170,8 +170,7 @@
</action> </action>
<action name="actionNew"> <action name="actionNew">
<property name="icon"> <property name="icon">
<iconset> <iconset theme="document-new"/>
<normaloff>assets/icons/editor/new.png</normaloff>assets/icons/editor/new.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>New</string> <string>New</string>
@ -185,8 +184,7 @@
</action> </action>
<action name="actionOpen"> <action name="actionOpen">
<property name="icon"> <property name="icon">
<iconset> <iconset theme="document-open"/>
<normaloff>assets/icons/editor/open.png</normaloff>assets/icons/editor/open.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Open</string> <string>Open</string>
@ -200,8 +198,7 @@
</action> </action>
<action name="actionSave"> <action name="actionSave">
<property name="icon"> <property name="icon">
<iconset> <iconset theme="document-save"/>
<normaloff>assets/icons/editor/save.png</normaloff>assets/icons/editor/save.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Save</string> <string>Save</string>