Skip to content

Commit 4f62d21

Browse files
committed
fixed todo comment
1 parent 1305be9 commit 4f62d21

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/StorageESP.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object StorageESP : Module(
7676
// TODO:
7777
// Once we have map setting we can do this:
7878
// 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 }
79+
// val renders by setting("Render Blocks", mapOf<String, Boolean>()) { page == Page.General }
8080
//
8181
// TODO: Create enum of MapColors
8282

0 commit comments

Comments
 (0)