mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
refac: manifest orientation "any"
This commit is contained in:
parent
8f67ffabbd
commit
64a98b2e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -1439,7 +1439,7 @@ async def get_manifest_json():
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#343541",
|
"background_color": "#343541",
|
||||||
"orientation": "natural",
|
"orientation": "any",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/logo.png",
|
"src": "/static/logo.png",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue