Skip to content

Commit eadff52

Browse files
committed
Fix issue when deleting all pads
1 parent 435574f commit eadff52

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Widgets/OneTimePadView.vala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,5 @@ public class OneTimePadView : Gtk.Grid {
224224
remove(subtitle_label);
225225
remove(code_remaining_progress);
226226
attach (welcome_screen, 0, 1);
227-
228-
export_button.sensitive = false;
229-
delete_button.sensitive = false;
230227
}
231228
}

0 commit comments

Comments
 (0)