Fix child-process arg warning

This commit is contained in:
2026-02-16 23:33:03 -08:00
parent 1cd1cdb11d
commit 4d28efabd0
24 changed files with 1951 additions and 33 deletions

View File

@@ -260,5 +260,15 @@
"anilist": {
"enabled": false,
"accessToken": ""
},
// ==========================================
// Immersion Tracking
// Enable/disable immersion tracking.
// Set dbPath to override the default app data path.
// ==========================================
"immersionTracking": {
"enabled": true,
"dbPath": ""
}
}