mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 22:24:26 +02:00
Make remember checkbox off by default
Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
parent
4b20e3bc39
commit
abac3db125
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user