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:
parent
18ed6a8e2e
commit
1025f2789d
2 changed files with 17 additions and 17 deletions
|
|
@ -20,28 +20,28 @@ if (!fs.existsSync(configFilePath)) {
|
|||
"legacyMod": "off",
|
||||
"cipherMod": "on",
|
||||
"bookmarksMod": "on",
|
||||
"videosMod": "off",
|
||||
"docsMod": "off",
|
||||
"audiosMod": "off",
|
||||
"videosMod": "on",
|
||||
"docsMod": "on",
|
||||
"audiosMod": "on",
|
||||
"tagsMod": "on",
|
||||
"imagesMod": "on",
|
||||
"trendingMod": "on",
|
||||
"eventsMod": "on",
|
||||
"tasksMod": "off",
|
||||
"marketMod": "off",
|
||||
"marketMod": "on",
|
||||
"votesMod": "on",
|
||||
"tribesMod": "on",
|
||||
"reportsMod": "off",
|
||||
"opinionsMod": "on",
|
||||
"transfersMod": "off",
|
||||
"transfersMod": "on",
|
||||
"feedMod": "on",
|
||||
"pixeliaMod": "off",
|
||||
"agendaMod": "on",
|
||||
"aiMod": "off",
|
||||
"forumMod": "off",
|
||||
"jobsMod": "off",
|
||||
"projectsMod": "off",
|
||||
"bankingMod": "off",
|
||||
"jobsMod": "on",
|
||||
"projectsMod": "on",
|
||||
"bankingMod": "on",
|
||||
"parliamentMod": "off",
|
||||
"courtsMod": "off",
|
||||
"favoritesMod": "off"
|
||||
|
|
|
|||
|
|
@ -14,28 +14,28 @@
|
|||
"legacyMod": "off",
|
||||
"cipherMod": "on",
|
||||
"bookmarksMod": "on",
|
||||
"videosMod": "off",
|
||||
"docsMod": "off",
|
||||
"audiosMod": "off",
|
||||
"videosMod": "on",
|
||||
"docsMod": "on",
|
||||
"audiosMod": "on",
|
||||
"tagsMod": "on",
|
||||
"imagesMod": "on",
|
||||
"trendingMod": "on",
|
||||
"eventsMod": "on",
|
||||
"tasksMod": "off",
|
||||
"marketMod": "off",
|
||||
"marketMod": "on",
|
||||
"votesMod": "on",
|
||||
"tribesMod": "on",
|
||||
"reportsMod": "off",
|
||||
"opinionsMod": "on",
|
||||
"transfersMod": "off",
|
||||
"transfersMod": "on",
|
||||
"feedMod": "on",
|
||||
"pixeliaMod": "off",
|
||||
"agendaMod": "on",
|
||||
"aiMod": "off",
|
||||
"forumMod": "off",
|
||||
"jobsMod": "off",
|
||||
"projectsMod": "off",
|
||||
"bankingMod": "off",
|
||||
"jobsMod": "on",
|
||||
"projectsMod": "on",
|
||||
"bankingMod": "on",
|
||||
"parliamentMod": "off",
|
||||
"courtsMod": "off",
|
||||
"favoritesMod": "off"
|
||||
|
|
@ -59,4 +59,4 @@
|
|||
},
|
||||
"homePage": "activity",
|
||||
"language": "en"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue