We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b81de4 commit 75ccc5fCopy full SHA for 75ccc5f
common/src/main/kotlin/com/lambda/module/modules/client/DiscordRPC.kt
@@ -35,7 +35,7 @@ object DiscordRPC : Module(
35
name = "DiscordRPC",
36
description = "Discord Rich Presence configuration",
37
defaultTags = setOf(ModuleTag.CLIENT),
38
- enabledByDefault = true,
+// enabledByDefault = true, // ToDo: Bring this back on beta release
39
) {
40
private val page by setting("Page", Page.General)
41
0 commit comments