diff --git a/phpmon/Domain/Menu/ServicesView.swift b/phpmon/Domain/Menu/ServicesView.swift index 798591e..b2d3fb8 100644 --- a/phpmon/Domain/Menu/ServicesView.swift +++ b/phpmon/Domain/Menu/ServicesView.swift @@ -65,6 +65,10 @@ class ServicesView: NSView, XibLoadable { } func applyAllInfoFieldsFromCachedValue() { + if ServicesView.services.keys.isEmpty { + return + } + DispatchQueue.main.async { self.textFieldPhp.stringValue = PhpEnv.phpInstall.formula.uppercased() self.applyServiceStyling(PhpEnv.phpInstall.formula, self.imageViewPhp)