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:
parent
9ab25940bc
commit
08bda06760
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ func _init() -> void:
|
||||||
logui_font_size = 14
|
logui_font_size = 14
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
misc_stringify_show_type = true
|
misc_stringify_show_type = false
|
||||||
misc_stringify_color_range8 = true
|
misc_stringify_color_range8 = true
|
||||||
misc_stringify_array = true
|
misc_stringify_array = true
|
||||||
misc_stringify_dictionary = true
|
misc_stringify_dictionary = true
|
||||||
|
|
Loading…
Reference in a new issue