Commit 383252e7 authored by DonLakeFlyer's avatar DonLakeFlyer

Better user model for Upload button

parent 91423217
......@@ -300,8 +300,8 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter
text: _controllerDirty ? qsTr("Upload Required") : qsTr("Upload")
enabled: !_controllerSyncInProgress
visible: !_controllerOffline
primary: _controllerDirty && !_controllerSyncInProgress
visible: !_controllerOffline && !_controllerSyncInProgress && !uploadCompleteText.visible
primary: _controllerDirty
onClicked: planMasterController.upload()
PropertyAnimation on opacity {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment