[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:
parent
184462a875
commit
1d30c99d89
@ -136,7 +136,7 @@ ExecutionViewStep::isAtBeginning() const
|
|||||||
bool
|
bool
|
||||||
ExecutionViewStep::isAtEnd() const
|
ExecutionViewStep::isAtEnd() const
|
||||||
{
|
{
|
||||||
return true;
|
return !JobQueue::instance()->isRunning();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user