Update default value of 'misc_stringify_show_type'

It's now 'false' instead of 'true' because it isn't required most of the time.
This commit is contained in:
JeremyStar™ 2024-05-07 20:25:43 +02:00
parent 9ab25940bc
commit 08bda06760
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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