Trying to change my icon image in desk

I placed my book image on the desk however it seems like it only charges before installing the app.

The thing is that I saved my SVG file on this route home/frappe-bench/sites/assets/images/shirt.svg in order to set my icon image but it doesn’t work.

then

from frappe import _

def get_data():
return {
“Frappe Apps”: {
“color”: “orange”,
“icon”: “assets/frappe/images/shirt.svg”,
“label”: _(“Frappe.io Portal”),
“type”: “module”
}
}
this script doesn’t have effect in my app desk icon
Wha do t I need to do?

Hi @manuelortegamatos! Have you tried changing it via the “Desktop Icon” window?

1 Like

you’re right. thank you

This topic was automatically closed after 24 hours. New replies are no longer allowed.