Possible Toast fix

This commit is contained in:
Ly-sec 2025-08-24 17:47:42 +02:00
parent f1a8624945
commit e3154fb9a5
2 changed files with 34 additions and 19 deletions

View file

@ -52,7 +52,7 @@ Variants {
Component.onCompleted: {
// Register this toast with the service
ToastService.currentToast = toast
ToastService.allToasts.push(toast)
// Connect dismissal signal
toast.dismissed.connect(ToastService.onToastDismissed)