]> git.proxmox.com Git - pve-installer.git/commitdiff
hide previous button when starting installation
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Dec 2018 14:56:25 +0000 (15:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Dec 2018 14:56:27 +0000 (15:56 +0100)
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 <t.lamprecht@proxmox.com>
proxinstall

index 46e8ed6718318164c85338a8e459a812a49f511a..f387a499501659c94c0cde2133014ecd6bbc4bd0 100755 (executable)
@@ -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);