From 7799c1f3bc04468b4ac43695ff694b643541dfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Fri, 12 Nov 2021 23:03:39 +0800 Subject: [PATCH] :sparkler: change default setting --- bootstrap/model.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap/model.go b/bootstrap/model.go index 1214e2b3..d8011d7d 100644 --- a/bootstrap/model.go +++ b/bootstrap/model.go @@ -191,17 +191,17 @@ func initSettings() { }, { Key: "autoplay video", - Value: "true", + Value: "false", Type: "bool", }, { Key: "autoplay audio", - Value: "true", + Value: "false", Type: "bool", }, { Key: "check parent folder", - Value: "true", + Value: "false", Type: "bool", Description: "check parent folder password", },