-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Option to change favicon #1377
Comments
It would also be useful to be able to change the application title from the settings |
sittings->Custom JavaScript,inputu: $('title').text('title'); |
Was able to change title but not favicon. |
You can replace the favicon-16x16.png image in the public directory of the deployment with your custom favicon but keep the name the same. Remember to replace this image again if you update the app version. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Please add an option that would allow the user to change the favicon for the homepage.
The text was updated successfully, but these errors were encountered: