This commit is contained in:
qingchao 2025-03-19 16:13:09 +08:00
parent c67be395ba
commit 1d2c84468c

View File

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