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
**** 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

View file

@ -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)