1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-30 08:20:09 +02:00

♻️ Mark promptToEnableIntegrations as MainActor

This commit is contained in:
2026-02-06 18:09:56 +01:00
parent cc76f3f6a7
commit 228d85a861

View File

@@ -42,7 +42,7 @@ extension AppDelegate {
)
}
private func promptToEnableIntegrations() -> Bool {
@MainActor private func promptToEnableIntegrations() -> Bool {
UserDefaults.standard.set(true, forKey: PersistentAppState.didPromptForIntegrations.rawValue)
UserDefaults.standard.synchronize()