mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Update ViewManager.cpp
This commit is contained in:
parent
700e6f0ec6
commit
825c92582a
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
/* === This file is part of Calamares - <https://github.com/calamares> ===
|
/* === 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 2014-2015, Teo Mrnjavac <teo@kde.org>
|
||||||
* Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
* Copyright 2017-2018, Adriaan de Groot <groot@kde.org>
|
||||||
*
|
*
|
||||||
|
@ -281,6 +283,8 @@ ViewManager::next()
|
||||||
{
|
{
|
||||||
m_back->setEnabled( false );
|
m_back->setEnabled( false );
|
||||||
m_next->setEnabled( false );
|
m_next->setEnabled( false );
|
||||||
|
if (Calamares::Settings::instance()->dontCancel())
|
||||||
|
m_quit->setEnabled( false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue