mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 15:44:28 +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);
|
messageBox.setIcon(QMessageBox::Question);
|
||||||
|
|
||||||
auto checkBox = new QCheckBox(tr("&Remember my choice"), this);
|
auto checkBox = new QCheckBox(tr("&Remember my choice"), this);
|
||||||
checkBox->setChecked(true);
|
|
||||||
messageBox.setCheckBox(checkBox);
|
messageBox.setCheckBox(checkBox);
|
||||||
|
|
||||||
auto res = messageBox.exec();
|
auto res = messageBox.exec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user