|
|
|
@ -281,6 +281,7 @@ Rectangle {
@@ -281,6 +281,7 @@ Rectangle {
|
|
|
|
|
text: _controllerDirty ? qsTr("Upload Required") : qsTr("Upload") |
|
|
|
|
enabled: !_controllerSyncInProgress |
|
|
|
|
visible: !_controllerOffline |
|
|
|
|
primary: _controllerDirty |
|
|
|
|
onClicked: planMasterController.upload() |
|
|
|
|
|
|
|
|
|
PropertyAnimation on opacity { |
|
|
|
|