mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
Spacing added
This commit is contained in:
parent
0f2320bd47
commit
e3a41571f0
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ ViewManager::next()
|
|||
UPDATE_BUTTON_PROPERTY( backEnabled, false )
|
||||
}
|
||||
updateCancelEnabled( !settings->disableCancel() && !( executing && settings->disableCancelDuringExec() ) );
|
||||
updateBackAndNextVisibility(!executing || !settings->hideBackAndNextDuringExec());
|
||||
updateBackAndNextVisibility( !( executing && !settings->hideBackAndNextDuringExec() ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue