mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-03-30 16:30:09 +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.synchronize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user