some todo info and setting shell to not use a scale factor

This commit is contained in:
Chris Cochrun 2023-03-03 11:30:28 -06:00
parent 37dc24ee65
commit 6799c7c820
2 changed files with 4 additions and 1 deletions

View file

@ -37,6 +37,9 @@ I THINK THIS IS DONE?!
**** DONE Multi Select and Delete **** DONE Multi Select and Delete
**** TODO need to finish figuring out proper removal of slides **** 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) {]] [[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. **** DONE Items in library with missing videos or images don't show any helpful UI.
*** TODO Deployment *** TODO Deployment
- [ ] Linux - [ ] Linux

View file

@ -52,7 +52,7 @@ mkShell rec {
]; ];
RUST_BACKTRACE = 1; RUST_BACKTRACE = 1;
QT_SCALE_FACTOR = 1; # QT_SCALE_FACTOR = 1;
# This creates the proper qt env so that plugins are found right. # This creates the proper qt env so that plugins are found right.
shellHook = '' shellHook = ''
setQtEnvironment=$(mktemp --suffix .setQtEnvironment.sh) setQtEnvironment=$(mktemp --suffix .setQtEnvironment.sh)