diff --git a/TODO.org b/TODO.org index 890f23e..a67b23c 100644 --- a/TODO.org +++ b/TODO.org @@ -37,6 +37,9 @@ I THINK THIS IS DONE?! **** DONE Multi Select and Delete **** TODO need to finish figuring out proper removal of slides [[file:~/dev/church-presenter/src/cpp/slidemodel.cpp::void SlideModel::removeServiceItem(const int &index, const ServiceItem &item) {]] +Need to figure out multi delete of libraries. Selection is working but after 1 item is deleted, the model resets and then breaks my selection list... + +I think i need deletion functions in all models **** DONE Items in library with missing videos or images don't show any helpful UI. *** TODO Deployment - [ ] Linux diff --git a/shell.nix b/shell.nix index 1f8c23b..9800942 100644 --- a/shell.nix +++ b/shell.nix @@ -52,7 +52,7 @@ mkShell rec { ]; RUST_BACKTRACE = 1; - QT_SCALE_FACTOR = 1; + # QT_SCALE_FACTOR = 1; # This creates the proper qt env so that plugins are found right. shellHook = '' setQtEnvironment=$(mktemp --suffix .setQtEnvironment.sh)