Feat: Implement Config File. Read by Front and Back. It aims to give possibility to disable some features quickly. Currenty: DiscordRPC, AutoCheckInfo, AutoUpdate, Custom TopBar, AddMetadata, Add Thumbail were put and implement. Other need to be implement. That's the begin of Settings Panel

This commit is contained in:
MasterAcnolo
2026-01-14 14:03:32 +01:00
parent 42ae0e7204
commit 31d8b20a76
8 changed files with 193 additions and 152 deletions

13
config/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"autoUpdate": true,
"discordRPC": true,
"customTopBar": true,
"autoDownloadPlaylist": true,
"logSystem": true,
"autoCheckInfo": true,
"outputTitleCheck": true,
"addThumbnail": true,
"addMetadata": true,
"downloadSystem": true,
"notifySystem": true
}