Skip to content

Commit

Permalink
Fix issue when deleting all pads
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaygood86 committed Oct 23, 2021
1 parent 435574f commit eadff52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Widgets/OneTimePadView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,5 @@ public class OneTimePadView : Gtk.Grid {
remove(subtitle_label);
remove(code_remaining_progress);
attach (welcome_screen, 0, 1);

export_button.sensitive = false;
delete_button.sensitive = false;
}
}

0 comments on commit eadff52

Please sign in to comment.