From 5e4fbd1fb6cc9bc4d6236323345b4253a4900971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Mon, 5 Apr 2021 16:17:50 +0100 Subject: [PATCH] Do not show the "Abort" button during installation As the inst_lan client is called from a sub-workflow, and abort is only possible in the main workflow. --- src/include/network/lan/complex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/network/lan/complex.rb b/src/include/network/lan/complex.rb index 149727620..f1d338a49 100644 --- a/src/include/network/lan/complex.rb +++ b/src/include/network/lan/complex.rb @@ -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