mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-27 13:35:44 +00:00
Merge pull request #4828 from shashinma/development
Update PWA manifest orientation from 'portrait' to 'any'
This commit is contained in:
commit
05ac0fcd1d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class PwaManifestBuilder
|
|||
"launch_handler" => [
|
||||
"client_mode" => "focus-existing"
|
||||
],
|
||||
"orientation" => "portrait",
|
||||
"orientation" => "any",
|
||||
"icons" => [
|
||||
[
|
||||
"src" => setting('app-icon-32') ?: url('/icon-32.png'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue