From 872d732f5fd8b2c31f3676829c54058a54f9276c Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Mon, 23 Jan 2017 11:08:28 +0100 Subject: [PATCH] hide abort and back button --- src/lib/installation/clients/inst_casp_overview.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/installation/clients/inst_casp_overview.rb b/src/lib/installation/clients/inst_casp_overview.rb index c5584df28..e5711c8fa 100644 --- a/src/lib/installation/clients/inst_casp_overview.rb +++ b/src/lib/installation/clients/inst_casp_overview.rb @@ -73,6 +73,9 @@ def run caption: _("Installation Overview"), # Button label: start the installation next_button: _("Install"), + # do not show abort and back button + abort_button: "", + back_button: "", # do not store stuff when just redrawing skip_store_for: [:redraw] )