From 38a1d6caec312a0839627ac2a526569f9c82b4ed Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 19:43:44 +0200 Subject: [PATCH] fix: always show PWA install section with disabled button states --- src/components/Settings/PWASettings.tsx | 30 ++++++++++++------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index c41d84bf..073124ba 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -178,22 +178,20 @@ const PWASettings: React.FC = ({ settings, onUpdate, onClose } - {(isInstallable || isInstalled) && ( -
-

- Install Boris on your device for a native app experience. -

- -
- )} +
+

+ Install Boris on your device for a native app experience. +

+ +
{!isMobile && (