[libcalamaresui] The ExecutionViewStep is done when the queue is

- While the queue is running, pretend that the EVS is not at the
  last page.

FIXES #1351
main
Adriaan de Groot 5 years ago
parent 184462a875
commit 1d30c99d89

@ -136,7 +136,7 @@ ExecutionViewStep::isAtBeginning() const
bool
ExecutionViewStep::isAtEnd() const
{
return true;
return !JobQueue::instance()->isRunning();
}
void

Loading…
Cancel
Save