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 1305be9 commit 4f62d21Copy full SHA for 4f62d21
common/src/main/kotlin/com/lambda/module/modules/render/StorageESP.kt
@@ -76,7 +76,7 @@ object StorageESP : Module(
76
// TODO:
77
// Once we have map setting we can do this:
78
// val blockColors by setting("Block Colors", mapOf<String, Color>()) { page == Page.Color && !useBlockColor }
79
- // val renders by setting("Block Colors", mapOf<String, Color>()) { page == Page.Color && !useBlockColor }
+ // val renders by setting("Render Blocks", mapOf<String, Boolean>()) { page == Page.General }
80
//
81
// TODO: Create enum of MapColors
82
0 commit comments