Possible Toast fix
This commit is contained in:
parent
f1a8624945
commit
e3154fb9a5
2 changed files with 34 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue