GODT-1320: Add loading property to each action within a notification

This commit is contained in:
Alexander Bilyak
2021-10-04 16:12:12 +02:00
committed by Jakub
parent ecc1c34b16
commit 1141ea27e2
4 changed files with 56 additions and 11 deletions

View File

@ -110,7 +110,7 @@ Dialog {
secondary: index > 0
loading: notification.loading
loading: modelData.loading
}
}
}