From c427f69f02ddeb85db3a38f230a0d8bf7682e074 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 7 May 2024 20:26:14 +0200 Subject: [PATCH] Update to 37da7a8a415d46550daf11e0ed8bf25c58ea80a4 --- src/classes/config.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/config.gd b/src/classes/config.gd index ec9e6e8..e8143fe 100644 --- a/src/classes/config.gd +++ b/src/classes/config.gd @@ -85,7 +85,7 @@ func _init() -> void: logui_font_size = 14 # Misc - misc_stringify_show_type = true + misc_stringify_show_type = false misc_stringify_color_range8 = true misc_stringify_array = true misc_stringify_dictionary = true