Merge PR #660: Update optional prgress state to update interface
This commit is contained in:
commit
bd0b3fe177
@ -15,6 +15,14 @@
|
|||||||
"name": "availableVersion",
|
"name": "availableVersion",
|
||||||
"type": "QString",
|
"type": "QString",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "updateProgress",
|
||||||
|
"type": "uint",
|
||||||
|
"unit": "Percentage",
|
||||||
|
"min": 0,
|
||||||
|
"max": 100,
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"actions": [
|
"actions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user