From ac3ee85b1ae1f99150c26d388446d70f6781ec13 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 13 Dec 2018 15:56:25 +0100 Subject: [PATCH] hide previous button when starting installation makes no sense to go back from then, its just a special case which would make things more complex and error prone. Signed-off-by: Thomas Lamprecht --- proxinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxinstall b/proxinstall index 46e8ed6..f387a49 100755 --- a/proxinstall +++ b/proxinstall @@ -3107,6 +3107,8 @@ sub create_extract_view { display_info(); $next->set_sensitive(0); + $prev_btn->set_sensitive(0); + $prev_btn->hide(); my $vbox = Gtk3::VBox->new (0, 0); $inbox->pack_start ($vbox, 1, 0, 0); -- 2.39.2