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

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