core: add disable env vars for file watcher and crash handler

This commit is contained in:
outfoxxed 2026-03-13 01:10:09 -07:00
parent 178c04b59c
commit e32b909354
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
3 changed files with 9 additions and 3 deletions

View file

@ -34,6 +34,8 @@ set shell id.
- PwNodeLinkTracker ignores sound level monitoring programs.
- Replaced breakpad with cpptrace.
- Reloads are prevented if no file content has changed.
- Added `QS_DISABLE_FILE_WATCHER` environment variable to disable file watching.
- Added `QS_DISABLE_CRASH_HANDLER` environment variable to disable crash handling.
## Bug Fixes