Skip to content

Commit 75ccc5f

Browse files
committed
Disable leak module
1 parent 6b81de4 commit 75ccc5f

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/client

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/client/DiscordRPC.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object DiscordRPC : Module(
3535
name = "DiscordRPC",
3636
description = "Discord Rich Presence configuration",
3737
defaultTags = setOf(ModuleTag.CLIENT),
38-
enabledByDefault = true,
38+
// enabledByDefault = true, // ToDo: Bring this back on beta release
3939
) {
4040
private val page by setting("Page", Page.General)
4141

0 commit comments

Comments
 (0)