0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-05-02 07:20:05 +00:00

Merge pull request from shashinma/development

Update PWA manifest orientation from 'portrait' to 'any'
This commit is contained in:
Dan Brown 2024-02-05 11:54:32 +00:00 committed by GitHub
commit 05ac0fcd1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ class PwaManifestBuilder
"launch_handler" => [ "launch_handler" => [
"client_mode" => "focus-existing" "client_mode" => "focus-existing"
], ],
"orientation" => "portrait", "orientation" => "any",
"icons" => [ "icons" => [
[ [
"src" => setting('app-icon-32') ?: url('/icon-32.png'), "src" => setting('app-icon-32') ?: url('/icon-32.png'),