From 63d5f6bb7d06660aaecb960793c25433fe67e3bb Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 17 Jun 2022 16:57:13 +0100 Subject: [PATCH] fix: show update button on native if frame off --- src/components/common/UpdateIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/UpdateIndicator.tsx b/src/components/common/UpdateIndicator.tsx index cb3093df..25b71b0e 100644 --- a/src/components/common/UpdateIndicator.tsx +++ b/src/components/common/UpdateIndicator.tsx @@ -46,7 +46,7 @@ export default function UpdateIndicator({ style }: Props) { ); } - if (window.isNative) return null; + if (window.isNative && window.native.getConfig().frame) return null; return ( updateSW(true)}>