Disable exit button after checking update trigger button.
This commit is contained in:
parent
8da6443833
commit
23ff4977d9
@ -290,6 +290,8 @@ void Worker::privateUpdate() {
|
|||||||
// update procedure, even if ISMAS-trigger is not correctly set ("WAIT")
|
// update procedure, even if ISMAS-trigger is not correctly set ("WAIT")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
emit this->disableExit();
|
||||||
|
|
||||||
QDir customerRepository(m_customerRepository);
|
QDir customerRepository(m_customerRepository);
|
||||||
QDir customerRepositoryEtc(QDir::cleanPath(m_customerRepository + QDir::separator() + "etc/"));
|
QDir customerRepositoryEtc(QDir::cleanPath(m_customerRepository + QDir::separator() + "etc/"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user