From: Thomas Lamprecht Date: Thu, 13 Dec 2018 14:56:25 +0000 (+0100) Subject: hide previous button when starting installation X-Git-Url: https://git.proxmox.com/?p=pve-installer.git;a=commitdiff_plain;h=ac3ee85b1ae1f99150c26d388446d70f6781ec13 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 --- 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);