]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #4827 from BookStackApp/query_revamp
authorDan Brown <redacted>
Sun, 11 Feb 2024 15:56:32 +0000 (15:56 +0000)
committerGitHub <redacted>
Sun, 11 Feb 2024 15:56:32 +0000 (15:56 +0000)
Update of entity loading to be more efficient and avoid global addSelects

app/App/PwaManifestBuilder.php

index ba4331a0f14522ab80f2bd2e93016941106409f4..81ab2fcd711d8f660ad8c55fc851f9f4d0c47b26 100644 (file)
@@ -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'),