mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -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,6 +1,6 @@
|
|||
/* === This file is part of Calamares - <http://github.com/calamares> ===
|
||||
*
|
||||
* 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
|
||||
|
@ -68,6 +68,13 @@ SummaryViewStep::isNextEnabled() const
|
|||
}
|
||||
|
||||
|
||||
bool
|
||||
SummaryViewStep::isBackEnabled() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
SummaryViewStep::isAtBeginning() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue