mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
fix pwa orientation #6554
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
30b390bdbf
commit
545bf58e8d
1 changed files with 1 additions and 1 deletions
|
@ -3737,7 +3737,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
|
||||||
"scope": ".",
|
"scope": ".",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "fullscreen",
|
"display": "fullscreen",
|
||||||
"orientation": "portrait",
|
"orientation": "any",
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
|
|
Loading…
Reference in a new issue