Replay debugging fixes

This commit is contained in:
2025-05-05 10:13:40 -05:00
parent df5fce5ec9
commit 907fcb0a94
2 changed files with 4 additions and 1 deletions

View File

@@ -223,6 +223,7 @@ static void handleFatalError(std::string what) {
record_action("error", what);
recording = false; // Don't record click_control on the error message
}
replaying = false; // Don't try to run replay actions in the fatal error dialog
showFatalError(what);
if(was_recording){
extern fs::path log_file;