mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:12:46 +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);
|
handleCrash(action);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return wasLikelyCrash;
|
|
||||||
}
|
}
|
||||||
return false;
|
return wasLikelyCrash;
|
||||||
}
|
}
|
||||||
|
|
||||||
CrashHandler::Action CrashHandler::promptUserForAction(bool showCrashMessage) {
|
CrashHandler::Action CrashHandler::promptUserForAction(bool showCrashMessage) {
|
||||||
|
|
Loading…
Reference in a new issue