Enable html prettifying in the web editor.

This commit is contained in:
Relintai 2022-08-20 22:30:09 +02:00
parent b8d9139bb1
commit edb7dd231e

View File

@ -172,7 +172,7 @@ void WebEditor::_notification(int p_what) {
}
WebEditor::WebEditor() {
_prettify_html = false;
_prettify_html = true;
_web_server = memnew(WebEditorWebServer);
add_child(_web_server);