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 committed Jan 23, 2017
1 parent 3d2a3be commit 0cf55af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/installation/clients/inst_casp_overview.rb
Original file line number Diff line number Diff line change
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 0cf55af

Please sign in to comment.