mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Set update indicator default state properly.
This commit is contained in:
parent
4a8561b690
commit
431a86c2af
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ import { internalSubscribe } from "../../lib/eventEmitter";
|
|||
import { useContext, useEffect, useState } from "preact/hooks";
|
||||
|
||||
var pendingUpdate = false;
|
||||
internalSubscribe('PWA', 'update', () => pendingUpdate = true);
|
||||
|
||||
export default function UpdateIndicator() {
|
||||
const [ pending, setPending ] = useState(pendingUpdate);
|
||||
|
|
Loading…
Reference in a new issue