Reintegration of existing tool icons
simonrepp opened this issue · 2 comments
I see that the rasterized icons are now generated from omm (which is cool), however as the tool icons do not yet exist in the omm-based icons file their deletion in 8e05821 essentially wiped them from the interface (which is a bit of a bummer for the user, and for me as I spent time on them).
If the pre-buillt and the JIT-built icons can coexist it'd probably be trivial to revert the deletion of the tool icons specifically, otherwise someone (TM) will need to port them from svg to omm, probably manually until #15 hits the stage.
I was hoping that the deletion motivated someone to create the icons in omm, but that was maybe a bit too naive 😆 .
Yes, it's trivial to restore the deletion (otherwise I wouldn't have deleted them in the first place).
It should be trivial to implement coexisting png- and JIT-icons, I will look into this asap (i.e., not before next week).
Cool thanks!