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

@ -39,7 +39,6 @@ QtObject {
property bool dismissed: false
property bool active: false
property bool loading: false
readonly property var occurred: active ? new Date() : undefined
property var data