settings: mark UserSettings as changed in KeychainStorage properties

Maybe this isn't strictly needed at the moment, but to remain consistent
with the Settings and StringSettings property wrapper we will do this.
This commit is contained in:
William Casarin
2023-05-09 18:21:26 -07:00
parent bfffd63dab
commit dff5987d3c

View File

@@ -64,6 +64,8 @@ import Security
_ = SecItemDelete(query)
}
UserSettingsStore.shared!.objectWillChange.send()
}
}