mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-03 18:00:10 +02:00
♻️ Mark promptToEnableIntegrations as MainActor
This commit is contained in:
@@ -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.set(true, forKey: PersistentAppState.didPromptForIntegrations.rawValue)
|
||||||
UserDefaults.standard.synchronize()
|
UserDefaults.standard.synchronize()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user