1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-08 05:30:05 +01:00

🐛 Fix an issue with missing separator item

This commit is contained in:
2022-09-28 18:24:01 +02:00
parent b827ffb869
commit e7f3c7e59c

View File

@@ -212,6 +212,7 @@ extension StatusMenu {
func addXdebugMenuItem() { func addXdebugMenuItem() {
if !Xdebug.enabled { if !Xdebug.enabled {
addItem(NSMenuItem.separator())
return return
} }