mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
CR feedback
This commit is contained in:
parent
67af3917bc
commit
9c437c0824
1 changed files with 1 additions and 2 deletions
|
@ -49,9 +49,8 @@ bool CrashHandler::checkForResetSettings() {
|
|||
handleCrash(action);
|
||||
}
|
||||
}
|
||||
return wasLikelyCrash;
|
||||
}
|
||||
return false;
|
||||
return wasLikelyCrash;
|
||||
}
|
||||
|
||||
CrashHandler::Action CrashHandler::promptUserForAction(bool showCrashMessage) {
|
||||
|
|
Loading…
Reference in a new issue