From 08bda067606c1b1b8ad8a63e89408792fe95e1fd Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Tue, 7 May 2024 20:25:43 +0200 Subject: [PATCH] Update default value of 'misc_stringify_show_type' It's now 'false' instead of 'true' because it isn't required most of the time. --- 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