mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 02:51:50 +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": ".",
|
||||
"start_url": "/",
|
||||
"display": "fullscreen",
|
||||
"orientation": "portrait",
|
||||
"orientation": "any",
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"icons": [{
|
||||
|
|
Loading…
Reference in a new issue