SimpleToast.qml -> Toast.qml

This commit is contained in:
Lysec
2026-02-01 00:08:13 +01:00
parent b59187bc9b
commit 834bbd119b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ Item {
toastItem.hideImmediately();
}
SimpleToast {
Toast {
id: toastItem
onHidden: root.onToastHidden()
}