mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-20 02:46:53 +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() {
|
||||
_prettify_html = false;
|
||||
_prettify_html = true;
|
||||
|
||||
_web_server = memnew(WebEditorWebServer);
|
||||
add_child(_web_server);
|
||||
|
Loading…
Reference in New Issue
Block a user