QPixmap pix2;
char ver[512];
- //ui->labelVentoyLocalSecure->hide();
- ui->actionSecure_Boot_Support->trigger();
+ ui->labelVentoyLocalSecure->hide();
m_part_group->addAction(ui->actionMBR);
m_part_group->addAction(ui->actionGPT);
ui->labelVentoyDeviceVer->setText("");
ui->labelVentoyDevicePartStyle->setText("");
+ ui->actionSecure_Boot_Support->trigger();
+
ui->actionShow_All_Devices->setChecked(ventoy_code_get_cur_show_all());
connect(m_thread, &MyQThread::thread_event, this, &Ventoy2DiskWindow::thread_event);
}
else
{
- if (ui->actionSecure_Boot_Support->isChecked())
+ if (!(ui->actionSecure_Boot_Support->isChecked()))
{
ui->actionSecure_Boot_Support->trigger();
}