fix: move config to AppData to prevent settings loss on update, add config.dev.json for dev environment

This commit is contained in:
MasterAcnolo
2026-04-11 16:33:58 +02:00
parent 96401a6e1f
commit 9b4b0306c7
5 changed files with 36 additions and 23 deletions

View File

@@ -0,0 +1,15 @@
{
"autoUpdate": true,
"discordRPC": true,
"customTopBar": true,
"autoCheckInfo": true,
"addThumbnail": true,
"addMetadata": true,
"verboseLogs": false,
"autoDownloadPlaylist": true,
"customCodec": "h264",
"logSystem": true,
"outputTitleCheck": true,
"downloadSystem": true,
"notifySystem": true
}