From 842fb43e3a9acbc821b6b97aee40b48b8cb7e176 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 15 Nov 2015 05:41:56 -0500 Subject: [PATCH] feature(config) set htmlDialogs true by default --- HELP.md | 2 +- json/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }