From 15b9e75fae5df096a54d376f023a25d9fb4fc84d Mon Sep 17 00:00:00 2001 From: wangcong Date: Tue, 9 Jan 2024 13:51:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Description: 修改调试模式配置文件的默认值 Log: 修改调试模式配置文件的默认值 Bug: https://pms.uniontech.com/bug-view-238907.html --- src/assets/config/debugconfig/org.deepin.terminal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/config/debugconfig/org.deepin.terminal.json b/src/assets/config/debugconfig/org.deepin.terminal.json index 79c332792..0bea79b9c 100644 --- a/src/assets/config/debugconfig/org.deepin.terminal.json +++ b/src/assets/config/debugconfig/org.deepin.terminal.json @@ -7,6 +7,6 @@ "exec": "/usr/share/deepin-debug-config/shell/deepin-terminal_debug.sh" } ], - "reboot": 1, + "reboot": 0, "version": "V1.0" }