From 64a98b2e0efd85197b294c7969150756fe27316a Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 18 Apr 2025 02:24:44 -0700 Subject: [PATCH] refac: manifest orientation "any" --- backend/open_webui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 56ea17fa1..fce3d463b 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1439,7 +1439,7 @@ async def get_manifest_json(): "start_url": "/", "display": "standalone", "background_color": "#343541", - "orientation": "natural", + "orientation": "any", "icons": [ { "src": "/static/logo.png",