Merge pull request #89 from outis1one/claude/gifted-bohr-dfzdig

fix: add --touch-events=enabled to Electron launch flags
This commit is contained in:
Outis
2026-06-15 21:41:57 -04:00
committed by GitHub
+1
View File
@@ -7303,6 +7303,7 @@ done
exec node_modules/electron/dist/electron . \
--no-sandbox --disable-gpu-sandbox --disable-dev-shm-usage \
--enable-features=UseOzonePlatform --ozone-platform=x11 \
--touch-events=enabled \
--enable-audio-service-sandbox=false --autoplay-policy=no-user-gesture-required \
2>&1 | tee -a /home/kiosk/electron.log
LAUNCHER