mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Add isBackEnabled checks to all ViewSteps.
This commit is contained in:
parent
391652010d
commit
171248ad4f
17 changed files with 85 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||
*
|
||||
* Copyright 2014, Aurélien Gâteau <agateau@kde.org>
|
||||
* Copyright 2014, Teo Mrnjavac <teo@kde.org>
|
||||
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org>
|
||||
*
|
||||
* Calamares is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -258,6 +258,13 @@ PartitionViewStep::isNextEnabled() const
|
|||
}
|
||||
|
||||
|
||||
bool
|
||||
PartitionViewStep::isBackEnabled() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
PartitionViewStep::isAtBeginning() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue