diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-13 17:47:53 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-13 17:47:53 -0400 |
| commit | 54aecee64e5c549a440127995f94aeb77fb9d0dd (patch) | |
| tree | 9dc1caa3e8fedc4722edb7b53257b1003173d48a /frontend/src/toaster.tsx | |
| parent | 822b6bcaaa69389aeea815c313fefb20f1a080f7 (diff) | |
| download | decky-loader-54aecee64e5c549a440127995f94aeb77fb9d0dd.tar.gz decky-loader-54aecee64e5c549a440127995f94aeb77fb9d0dd.zip | |
hook up plugin events properly
Diffstat (limited to 'frontend/src/toaster.tsx')
| -rw-r--r-- | frontend/src/toaster.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/toaster.tsx b/frontend/src/toaster.tsx index 7f08cb01..7b93c91c 100644 --- a/frontend/src/toaster.tsx +++ b/frontend/src/toaster.tsx @@ -79,7 +79,7 @@ class Toaster extends Logger { }; instance = findToasterRoot(tree, 0); while (!instance) { - this.error( + this.warn( 'Failed to find Toaster root node, reattempting in 5 seconds. A developer may need to increase the recursion limit.', ); await sleep(5000); |
