diff options
Diffstat (limited to 'frontend/src/toaster.tsx')
| -rw-r--r-- | frontend/src/toaster.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/toaster.tsx b/frontend/src/toaster.tsx index b636d7b3..7ef4a447 100644 --- a/frontend/src/toaster.tsx +++ b/frontend/src/toaster.tsx @@ -45,6 +45,7 @@ class Toaster extends Logger { return null; } if ( + currentNode?.memoizedProps?.className?.startsWith?.('gamepadtoasts_GamepadToastPlaceholder') || currentNode?.memoizedProps?.className?.startsWith?.('toastmanager_ToastPlaceholder') || currentNode?.memoizedProps?.className?.startsWith?.('toastmanager_ToastPopup') ) { |
