mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
fix(pwa): remove orientation specifier, respect OS level rotation
Related to #13949
This commit is contained in:
parent
807c34b40c
commit
56a094a34a
1 changed files with 0 additions and 1 deletions
|
|
@ -1776,7 +1776,6 @@ async def get_manifest_json():
|
|||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#343541",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/logo.png",
|
||||
|
|
|
|||
Loading…
Reference in a new issue