Bug Fixes
- Stop the upload requeue loop that flooded the notification surface every reconcile. Emulators that re-stamp the save file's modification time without changing its content caused saves to get queued, recognised as unchanged, then re-queued on the next reconcile -- producing "Save Synced" toasts for every save in the library, every cycle. The no-op skip path now updates the sync row so the scan doesn't pick it up again, and a successful skip no longer fires a notification.