Skip to content

Commit

Permalink
Enable chip detect button if 45xxx is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigmdm committed May 27, 2024
1 parent d95edfb commit 5583b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IMSProg_programmer/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,7 @@ void MainWindow::on_comboBox_type_currentIndexChanged(int index)
if (index == 5)
{
ui->pushButton_2->show();
ui->actionDetect->setEnabled(true);
}
}

Expand Down

0 comments on commit 5583b5d

Please sign in to comment.