diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-08-02 18:54:55 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-08-02 18:54:55 -0400 |
| commit | ab6ec981604a32611d972ede634abe7ccd19b0d2 (patch) | |
| tree | 49f04b47f959cf48703a9b36fecc1d183d98cf7a /frontend/src/index.tsx | |
| parent | f1e809781ad60cf3f6cddf0a0b94273b61bf1999 (diff) | |
| download | decky-loader-2.0.4-ab6ec98-pre.tar.gz decky-loader-2.0.4-ab6ec98-pre.zip | |
API for patching existing routes, lower power usev2.0.4-ab6ec98-pre
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; |
