diff options
Diffstat (limited to 'frontend/src/index.tsx')
| -rw-r--r-- | frontend/src/index.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index 188c1330..4045751f 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -7,6 +7,7 @@ declare global { DeckyUpdater?: DeckyUpdater; importDeckyPlugin: Function; syncDeckyPlugins: Function; + deckyHasLoaded: boolean; } } @@ -26,3 +27,5 @@ window.syncDeckyPlugins = async function () { }; setTimeout(() => window.syncDeckyPlugins(), 5000); + +window.deckyHasLoaded = true; |
