From d544aaa11d5f4860d27b97af96ace8a6066a0566 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Mon, 8 Apr 2024 16:15:57 +0300 Subject: [PATCH] hide Install PWA button if already in standalone mode --- components/PwaManager.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PwaManager.tsx b/components/PwaManager.tsx index f4bdb1b..1eae6ce 100644 --- a/components/PwaManager.tsx +++ b/components/PwaManager.tsx @@ -164,7 +164,7 @@ function PwaManager() { <>

PWA Manager

- {!isPWAInstalled && ( + {!isStandAlone && !isPWAInstalled && (