mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Merge pull request #4828 from shashinma/development
Update PWA manifest orientation from 'portrait' to 'any'
This commit is contained in:
@ -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'),
|
||||||
|
Reference in New Issue
Block a user