Add a comment about the problems with syncing with iCloud.

This commit is contained in:
Jeremy Rand 2021-11-03 23:32:16 -04:00
parent 0138a4de79
commit 644170dec4
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class GSDestinations : ObservableObject {
@objc func onUbiquitousKeyValueStoreDidChangeExternally(notification:Notification)
{
// It would be nice to do something better than just replacing dests with what we get from iCloud.
// I think when we do this, the entire list will be rebuilt and anything selected is probably lost.
// The list isn't likely to change and will also be small so maybe it isn't too big of a deal.
loadDestinations()
}