From 9c15d88ef431836d1bed9dbdc541e76c86d0e3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20M=C3=A9ndez?= Date: Sun, 9 Jun 2024 22:28:59 -0600 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5cad7c2..8bce6f0 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ pip install -r python/requirements.txt **Tip:** If you want to see the app in a window instead of full screen, comment out the following line in `main.cpp`: `//window.setWindowState(Qt::WindowFullScreen);` +### Known issues + +- File picker and playlist view doesn't correctly work with mouse input (touch works fine). There was a bug with touch input which got fixed by disabling certain mouse events, but this had the side effect that if you don't have a touch screen, you cannot quite use it with a mouse. + ### Debugging memory leaks: - Install valgrind