Replies: 3 comments 2 replies
-
It is possible that not all of the modify(find='Undo Delete' image=icon.new)
// or maybe something like:
modify(find='撤销删除' image=icon.new) |
Beta Was this translation helpful? Give feedback.
-
The
so use another approach: modify(where=str.start(this.title, title.undo) image=[\uE135, #f00] ) // for EN
modify(where=str.contains(this.title, title.undo) image=[\uE135, #ffff00] ) // for ML
modify(find='Undo*' image=icon.undo(auto, color.red) )
modify(find='Undo*|Redo*' image=icon.code ) // change both all examples recognize |
Beta Was this translation helpful? Give feedback.
-
can you make a screenshot of |
Beta Was this translation helpful? Give feedback.
-
Recently, while customizing icons for various items as outlined in the configuration documentation, I encountered an issue with the "Undo" items (e.g., Undo Paste, Undo Delete, etc.).
Despite my efforts to match their IDs or titles, I’ve been unable to assign icons to these actions.
I kindly request either instructions to resolve this issue or a potential enhancement in a future update to make icon assignments for "Undo" items possible.
Beta Was this translation helpful? Give feedback.
All reactions