Skip to content

Commit

Permalink
hide buttons and also hide in ncurses release notes button
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 2, 2021
1 parent 4d7ee71 commit f27f5bf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/lib/installation/clients/inst_prepareprogress.rb
Expand Up @@ -31,15 +31,21 @@ module Yast
class InstPrepareprogressClient < Client
def main
textdomain "installation"
Yast.import "InstData"
Yast.import "Language"
Yast.import "Mode"
Yast.import "PackageSlideShow"
Yast.import "Packages"
Yast.import "Language"
Yast.import "SlideShow"
Yast.import "PackageSlideShow"
Yast.import "InstData"
Yast.import "UI"
Yast.import "Wizard"

Builtins.y2milestone("BEGIN of inst_prepareprogress.ycp")

# hide in ncurses release notes button as it block installation process if pressed
Wizard.HideReleaseNotesButton if UI.TextMode
Wizard.HideBackButton
Wizard.HideNextButton
Packages.SlideShowSetUp(Language.language)

SlideShow.OpenDialog
Expand Down

0 comments on commit f27f5bf

Please sign in to comment.