From 1d2c84468c66814455464262d00ee831747e5868 Mon Sep 17 00:00:00 2001 From: qingchao <2199458@.com> Date: Wed, 19 Mar 2025 16:13:09 +0800 Subject: [PATCH] V1.5 --- UI/W1/widget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/W1/widget.cpp b/UI/W1/widget.cpp index f1e3a82..674f96b 100644 --- a/UI/W1/widget.cpp +++ b/UI/W1/widget.cpp @@ -664,7 +664,8 @@ void Widget::slotCheckedChanged(int i) { CCString str = "IPBS_Start"; if(ui->OpenPCStart->isChecked()){ SetAutoStart(str.c_str(),true); - } else{ + } + else{ SetAutoStart(str.c_str(),false); } str = Configuration::ExePath + QApplication::applicationName().toStdString() + ".exe.lnk";