feat: enable economy and media modules by default

Banking, market, jobs, projects, transfers, videos, docs, audios
now on by default so hamburger panel shows Economy/Media on fresh install.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
SITO 2026-05-02 00:12:16 +02:00
parent 18ed6a8e2e
commit 1025f2789d
2 changed files with 17 additions and 17 deletions

View file

@ -20,28 +20,28 @@ if (!fs.existsSync(configFilePath)) {
"legacyMod": "off", "legacyMod": "off",
"cipherMod": "on", "cipherMod": "on",
"bookmarksMod": "on", "bookmarksMod": "on",
"videosMod": "off", "videosMod": "on",
"docsMod": "off", "docsMod": "on",
"audiosMod": "off", "audiosMod": "on",
"tagsMod": "on", "tagsMod": "on",
"imagesMod": "on", "imagesMod": "on",
"trendingMod": "on", "trendingMod": "on",
"eventsMod": "on", "eventsMod": "on",
"tasksMod": "off", "tasksMod": "off",
"marketMod": "off", "marketMod": "on",
"votesMod": "on", "votesMod": "on",
"tribesMod": "on", "tribesMod": "on",
"reportsMod": "off", "reportsMod": "off",
"opinionsMod": "on", "opinionsMod": "on",
"transfersMod": "off", "transfersMod": "on",
"feedMod": "on", "feedMod": "on",
"pixeliaMod": "off", "pixeliaMod": "off",
"agendaMod": "on", "agendaMod": "on",
"aiMod": "off", "aiMod": "off",
"forumMod": "off", "forumMod": "off",
"jobsMod": "off", "jobsMod": "on",
"projectsMod": "off", "projectsMod": "on",
"bankingMod": "off", "bankingMod": "on",
"parliamentMod": "off", "parliamentMod": "off",
"courtsMod": "off", "courtsMod": "off",
"favoritesMod": "off" "favoritesMod": "off"

View file

@ -14,28 +14,28 @@
"legacyMod": "off", "legacyMod": "off",
"cipherMod": "on", "cipherMod": "on",
"bookmarksMod": "on", "bookmarksMod": "on",
"videosMod": "off", "videosMod": "on",
"docsMod": "off", "docsMod": "on",
"audiosMod": "off", "audiosMod": "on",
"tagsMod": "on", "tagsMod": "on",
"imagesMod": "on", "imagesMod": "on",
"trendingMod": "on", "trendingMod": "on",
"eventsMod": "on", "eventsMod": "on",
"tasksMod": "off", "tasksMod": "off",
"marketMod": "off", "marketMod": "on",
"votesMod": "on", "votesMod": "on",
"tribesMod": "on", "tribesMod": "on",
"reportsMod": "off", "reportsMod": "off",
"opinionsMod": "on", "opinionsMod": "on",
"transfersMod": "off", "transfersMod": "on",
"feedMod": "on", "feedMod": "on",
"pixeliaMod": "off", "pixeliaMod": "off",
"agendaMod": "on", "agendaMod": "on",
"aiMod": "off", "aiMod": "off",
"forumMod": "off", "forumMod": "off",
"jobsMod": "off", "jobsMod": "on",
"projectsMod": "off", "projectsMod": "on",
"bankingMod": "off", "bankingMod": "on",
"parliamentMod": "off", "parliamentMod": "off",
"courtsMod": "off", "courtsMod": "off",
"favoritesMod": "off" "favoritesMod": "off"