Skip to content

Commit

Permalink
fix pwa orientation #6554
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <[email protected]>
  • Loading branch information
si458 committed Nov 25, 2024
1 parent 30b390b commit 545bf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": [{
Expand Down

0 comments on commit 545bf58

Please sign in to comment.