Skip to content

Commit

Permalink
Do not show the 'Apply' button in AutoYaST UI
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Aug 8, 2018
1 parent 46eb7c2 commit 4b8c123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services-manager/dialogs/services_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def buttons
HStretch(),
PushButton(Id(:abort), Opt(:key_F9), Label.CancelButton),
HSpacing(2),
PushButton(Id(:apply), _("&Apply")),
Yast::Mode.config ? Empty() : PushButton(Id(:apply), _("&Apply")),
PushButton(Id(:next), Opt(:key_F10, :default), Label.OKButton)
)
end
Expand Down

0 comments on commit 4b8c123

Please sign in to comment.