Make remember checkbox off by default

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li 2025-03-27 04:11:29 +08:00
parent 4b20e3bc39
commit abac3db125
No known key found for this signature in database

View File

@ -597,7 +597,6 @@ void MainWindow::updateInstanceRoot()
messageBox.setIcon(QMessageBox::Question);
auto checkBox = new QCheckBox(tr("&Remember my choice"), this);
checkBox->setChecked(true);
messageBox.setCheckBox(checkBox);
auto res = messageBox.exec();