Skip to content

Commit

Permalink
hide abort and back button
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger authored and mvidner committed Jan 25, 2017
1 parent 1c92373 commit 872d732
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/installation/clients/inst_casp_overview.rb
Expand Up @@ -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]
)
Expand Down

0 comments on commit 872d732

Please sign in to comment.