lots of little bug fixes

This commit is contained in:
Chris Cochrun 2025-08-04 07:37:35 -05:00
parent de80d304bf
commit ee5481f8db
17 changed files with 125 additions and 116 deletions

View file

@ -1,7 +1,7 @@
default:
just --list
build:
cmake -DCMAKE_BUILD_TYPE=Debug -B bld/ .
cmake -DQT_QML_GENERATE_QMLLS_INI=ON -DCMAKE_BUILD_TYPE=Debug -B bld/ .
make -j8 --dir bld/
rm -rf ~/.cache/lumina/lumina/qmlcache/
run: