From 823eeeb18e569c40c518ec7b4e2b26f26df80d7a Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 8 Jun 2021 21:17:52 +1000 Subject: [PATCH] updated partial progress on undelete --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6da3ae7..4fa8b19 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,12 @@ * more OO goodness :) ## MAYBE? - * Bin images need their own context-menu (undelete? instead of delete) + * Bin images need their own context-menu [DONE] + - but undelete, needs to know orig dir/path... to be able to undel [DONE] + - need to create Undel func (just reverse / similar to Move*) [DONE] + - it needs to enqueue a CheckDups job (as it will likely cause dups to reappear) + - also need to hook up front-end GUI to invoke the func that has been tested + ## DB Need to think about...