mirror of https://github.com/Chocobozzz/PeerTube
Fix PWA orientation
To respect locked orientation on the OS See https://w3c.github.io/screen-orientation/#screen-orientation-typespull/6527/head
parent
846c0bcd34
commit
65aa1c2571
|
@ -6,7 +6,7 @@
|
|||
"theme_color": "#fff",
|
||||
"description": "A federated video streaming platform using P2P",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"orientation": "default",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/client/assets/images/icons/icon-36x36.png",
|
||||
|
|
Loading…
Reference in New Issue