mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-12 00:02:05 +00:00
fix(toasts): handle toasts ingame properly without useComposition hack
This commit is contained in:
@@ -79,7 +79,6 @@ class Toaster extends Logger {
|
||||
return;
|
||||
window.NotificationStore.m_rgNotificationToasts.push(toastData);
|
||||
window.NotificationStore.DispatchNextToast();
|
||||
window.NotificationStore.m_rgNotificationToasts.pop();
|
||||
}
|
||||
|
||||
deinit() {
|
||||
|
||||
Reference in New Issue
Block a user