mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
fix pwa orientation #6554
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -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": [{
|
||||
|
||||
Reference in New Issue
Block a user