Skip to content

Commit

Permalink
Revert commit 6c79122
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatwe committed Oct 2, 2018
1 parent 6c79122 commit dc4c17e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyblish_qml/qml/Overview.qml
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,11 @@ Item {
visible: overview.state != "initialising"

mode: {
if (app.state === "collecting" && startup === true) {
if (startup === true) {
// Ensure collecting process is stoppable on first run
setMessage("Collecting..")
return 1
}
if (overview.state == "") {
// Make sure the message get displayed on first run
setMessage("Ready")
}

return overview.state == "publishing" ? 1 : overview.state == "finished" ? 2 : 0
}
Expand Down

0 comments on commit dc4c17e

Please sign in to comment.