fix(fs): race condition in save mirroring during config changes #83
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/mirroring"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a flag to GMainWindow to block the mirror sync while settings are being applied so it doesn't try to use a filesystem that is being rebuilt.
Also added a check to ensure the startup mirror sync doesn't fire if a game is currently running to avoid save conflicts.