mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
fix: show update button on native if frame off
This commit is contained in:
@@ -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 (
|
return (
|
||||||
<IconButton onClick={() => updateSW(true)}>
|
<IconButton onClick={() => updateSW(true)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user