From f284cec7ccee0fdcec4d8cf6c729d75374566b34 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 20 Sep 2022 16:55:02 -0500 Subject: [PATCH] TODO: updating droparea task --- TODO.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.org b/TODO.org index 3bb9135..8bf0622 100644 --- a/TODO.org +++ b/TODO.org @@ -6,6 +6,9 @@ * Tasks [53%] [15/28] ** TODO add a dropping area in the library :feature:ui: +- [X] Basic droparea +- [X] Determine which library to add to based on extension. +- [ ] Add a presentation model so that presentations can be added this way. ** TODO bug in dragging servicelist items to reorder. Maybe I can fix with me simplified model system :bug: ** TODO VideoSQL Model and SQLite system needs fixing :bug: [[file:src/videosqlmodel.cpp::if (!query.exec("CREATE TABLE IF NOT EXISTS 'videos' ("]]