some todo info and setting shell to not use a scale factor
This commit is contained in:
parent
37dc24ee65
commit
6799c7c820
2 changed files with 4 additions and 1 deletions
3
TODO.org
3
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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue