From 6c9d296fbd0b0f1fe9ed6e4dcc8df85c23372831 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Tue, 30 Dec 2025 11:38:18 +0100 Subject: [PATCH] Add: Some Variables in config.js. For Modules --- config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.js b/config.js index e460608..a8362a8 100644 --- a/config.js +++ b/config.js @@ -7,4 +7,17 @@ module.exports = { debugMode: true, localMode: !app.isPackaged, DiscordRPCID: "1410934537051181146", + + // Variables Used to toggle main features + autoUpdate: true, + discordRPC: true, + customTopBar: true, // (Will be active on next launch) + autoDownloadPlaylist: true, + logSystem: true, // Disable = Dangerous + autoCheckInfo: true, // To Improve speed ? (NO) + outputTitleCheck: true, // For Non latin characters (Russian) + addThumbail: true, // The Pictures in the files (audio files) + addMetadata: true, // Looks Explicit + downloadSystem: true, // Why would you disable this ? I don't know but why not + notifySystem: true // Notification when download } \ No newline at end of file