mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-24 20:57:18 +01:00
Enable html prettifying in the web editor.
This commit is contained in:
parent
b8d9139bb1
commit
edb7dd231e
@ -172,7 +172,7 @@ void WebEditor::_notification(int p_what) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
WebEditor::WebEditor() {
|
WebEditor::WebEditor() {
|
||||||
_prettify_html = false;
|
_prettify_html = true;
|
||||||
|
|
||||||
_web_server = memnew(WebEditorWebServer);
|
_web_server = memnew(WebEditorWebServer);
|
||||||
add_child(_web_server);
|
add_child(_web_server);
|
||||||
|
Loading…
Reference in New Issue
Block a user