Skip to content

Commit

Permalink
Do not show the "Abort" button during installation
Browse files Browse the repository at this point in the history
As the inst_lan client is called from a sub-workflow, and abort is only
possible in the main workflow.
  • Loading branch information
dgdavid committed Apr 5, 2021
1 parent 618c9d5 commit 5e4fbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/network/lan/complex.rb
Expand Up @@ -253,7 +253,7 @@ def MainDialog(init_tab)
)

if running_installer
Wizard.SetAbortButton(:abort, Label.AbortButton)
Wizard.HideAbortButton
else
Wizard.SetAbortButton(:abort, Label.CancelButton)
Wizard.HideBackButton
Expand Down

0 comments on commit 5e4fbd1

Please sign in to comment.