mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[fixed] backAndNextVisbility logic
This commit is contained in:
parent
e3a41571f0
commit
a9539018e9
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
Add a link
Reference in a new issue