diff --git a/HELP.md b/HELP.md index 12475e75..3d0ad230 100644 --- a/HELP.md +++ b/HELP.md @@ -226,7 +226,7 @@ Here is description of options: "root" : "/", /* root directory */ "prefix" : "", /* url prefix */ "progress" : true /* show progress of file operations */ - "htmlDialogs" : false /* show html dialogs */ + "htmlDialogs" : true /* show html dialogs */ } ``` diff --git a/json/config.json b/json/config.json index 06178dab..63d3a589 100644 --- a/json/config.json +++ b/json/config.json @@ -19,5 +19,5 @@ "root": "/", "prefix": "", "progress": true, - "htmlDialogs":false + "htmlDialogs": true }