This commit is contained in:
yangjiaxuan 2023-09-08 15:13:41 +08:00
parent 139422cce1
commit 8a1bf42167
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ void Dialog_logIn::on_pbtn_login_clicked()
return;
}
if (ui->lineEdit_profilePath->text().isEmpty())
if (ui->lineEdit_profilePath->text().isEmpty() && !ui->radioButton_burn->isChecked())
{
QMessageBox::information(this, tr("Prompt"), tr("Please select a profile first"));
return;