From 0c6453078e56d0ed22adcc527115c58f6db169c3 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 3 Nov 2024 01:59:53 -0700 Subject: [PATCH] refac: orientation --- 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 15461b7ec..3eed6f154 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -2393,7 +2393,7 @@ async def get_manifest_json(): "start_url": "/", "display": "standalone", "background_color": "#343541", - "orientation": "any", + "orientation": "natural", "icons": [ { "src": "/static/logo.png",