#Custom icons for add-ons/apps
1 messages · Page 1 of 1 (latest)
You don't (or at least not easily)...
The media browser icon is hard coded so would require changing core code.
As for Apps (add-ons). It is hard coded in their config file. Specifically for file editor you can see it HERE.
So... You "could" fork the repo, make the edit, uninstall your install the version you have, add your custom repo as a source, reinstall.
It would mean on updates you would have to rebase your custom repo to get them...
There might be a way to do it with a custom_component but if there is I am unaware of it.
I see, thank you very much!