Commit d7785345 authored by Don Gagne's avatar Don Gagne

Switch to primary coloring when upload required

parent ba3889ac
......@@ -281,6 +281,7 @@ Rectangle {
text: _controllerDirty ? qsTr("Upload Required") : qsTr("Upload")
enabled: !_controllerSyncInProgress
visible: !_controllerOffline
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