[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
This commit is contained in:
Adriaan de Groot 2020-03-24 15:19:45 +01:00
parent 184462a875
commit 1d30c99d89

View File

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