Browse Source

refac: manifest orientation "any"

Timothy Jaeryang Baek 3 months ago
parent
commit
64a98b2e0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/open_webui/main.py

+ 1 - 1
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",