update favicon

This commit is contained in:
Vladimir Mandic
2024-04-06 15:17:54 -04:00
parent a44cedec0a
commit b1e6a81bef
3 changed files with 19 additions and 1 deletions
View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

+17
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

+2 -1
View File
@@ -263,7 +263,8 @@ def start_ui():
max_threads=64,
show_api=False,
quiet=True,
favicon_path='html/logo.ico',
# favicon_path='html/logo.ico',
favicon_path='html/favicon.svg',
allowed_paths=allowed_paths,
app_kwargs=fastapi_args,
_frontend=True and cmd_opts.share,