V1.5
This commit is contained in:
parent
c67be395ba
commit
1d2c84468c
@ -664,7 +664,8 @@ void Widget::slotCheckedChanged(int i) {
|
|||||||
CCString str = "IPBS_Start";
|
CCString str = "IPBS_Start";
|
||||||
if(ui->OpenPCStart->isChecked()){
|
if(ui->OpenPCStart->isChecked()){
|
||||||
SetAutoStart(str.c_str(),true);
|
SetAutoStart(str.c_str(),true);
|
||||||
} else{
|
}
|
||||||
|
else{
|
||||||
SetAutoStart(str.c_str(),false);
|
SetAutoStart(str.c_str(),false);
|
||||||
}
|
}
|
||||||
str = Configuration::ExePath + QApplication::applicationName().toStdString() + ".exe.lnk";
|
str = Configuration::ExePath + QApplication::applicationName().toStdString() + ".exe.lnk";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user