Only show 'saving replay, this might take some time' if notifications are enabled

This commit is contained in:
dec05eba
2025-11-12 23:22:33 +01:00
parent 2506750243
commit a9a1f9d01c
2 changed files with 3 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ namespace gsr {
perror("gsr-global-hotkeys");
_exit(127);
return true;
return false;
} else { // Parent
return true;
}