Update ViewManager.cpp
This commit is contained in:
parent
700e6f0ec6
commit
825c92582a
@ -1,5 +1,7 @@
|
||||
/* === This file is part of Calamares - <https://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2019, Dominic Hayes <ferenosdev@outlook.com>
|
||||
* Copyright 2019, abucodonosor
|
||||
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
||||
* Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
||||
*
|
||||
@ -281,6 +283,8 @@ ViewManager::next()
|
||||
{
|
||||
m_back->setEnabled( false );
|
||||
m_next->setEnabled( false );
|
||||
if (Calamares::Settings::instance()->dontCancel())
|
||||
m_quit->setEnabled( false );
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user