From 8193e46b963e16106d359c2cdb5ed3181bfbe2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 30 Aug 2018 18:34:56 +0200 Subject: [PATCH] Change default value in config panel --- config_panel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.json b/config_panel.json index b3e1665..788acc0 100644 --- a/config_panel.json +++ b/config_panel.json @@ -26,8 +26,8 @@ "id": "backup_before_upgrade", "type": "bool", "help": "True to do a backup before every upgrade", - "default": false + "default": true }] }] }] -} \ No newline at end of file +}