1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

🐛 Fix issue when using services quick toggle

This commit is contained in:
2022-11-18 18:32:38 +01:00
parent 581c2d1974
commit 63f85aff91

View File

@ -39,9 +39,7 @@ class ServicesManager: ObservableObject {
}
}
guard let userServiceNames = Preferences.custom.services else {
return
}
let userServiceNames = Preferences.custom.services ?? []
DispatchQueue.global(qos: .background).async {
let data = Shell