From fbdab8d668055b8f20b91c58e21aa9f9f1c7ba69 Mon Sep 17 00:00:00 2001 From: yaso Date: Thu, 3 Oct 2024 11:53:42 +0200 Subject: [PATCH] allow rotation v1 --- Frontend/patient_manager/web/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend/patient_manager/web/manifest.json b/Frontend/patient_manager/web/manifest.json index 1d7bd926..adb82070 100644 --- a/Frontend/patient_manager/web/manifest.json +++ b/Frontend/patient_manager/web/manifest.json @@ -6,7 +6,7 @@ "background_color": "#3A4454", "theme_color": "#3A4454", "description": "Digitizing Mzansi one process at a time. Discover essential Mzansi apps to streamline your personal and professional life. Simplify your daily tasks with our user-friendly solutions.", - "orientation": "portrait-primary", + "orientation": "portrait", "prefer_related_applications": false, "icons": [ { @@ -32,4 +32,4 @@ "purpose": "maskable" } ] -} +} \ No newline at end of file