mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 21:42:58 +00:00
refac: orientation
This commit is contained in:
parent
230e2f8f82
commit
0c6453078e
@ -2393,7 +2393,7 @@ async def get_manifest_json():
|
|||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#343541",
|
"background_color": "#343541",
|
||||||
"orientation": "any",
|
"orientation": "natural",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/logo.png",
|
"src": "/static/logo.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user