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";