V13: Browser Title

Hi,
does any one know how to remove / change “frappe” that momentarily appears in the browser tab title while the page is loading?

2 Likes

any help please?

Did you solved it ;d

Right now there is only one way to do it without modifying the core.
Copy the app.html and app.py within /frappe/www into <yourapp>/www

Within app.html add your title into the “<title>Frappe</title>” tag.

Maybe let’s do this as PR and replace the static string with app_name from hooks or similar?

2 Likes