Default to No for file watcher prompt
This commit is contained in:
parent
4187732baa
commit
ce6abb0a81
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ void Project::initSignals() {
|
|||
notice.setInformativeText(QString("The file %1 has changed on disk. Would you like to reload the project?")
|
||||
.arg(changed.remove(this->root + "/")));
|
||||
notice.setStandardButtons(QMessageBox::No | QMessageBox::Yes);
|
||||
notice.setDefaultButton(QMessageBox::No);
|
||||
notice.setIcon(QMessageBox::Question);
|
||||
|
||||
QCheckBox showAgainCheck("Do not ask again.");
|
||||
|
|
Loading…
Reference in a new issue