1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-06 12:50:06 +01:00

🐛 Fix an issue with missing separator item

This commit is contained in:
2022-09-28 18:24:01 +02:00
parent a59efb7fce
commit 513a86ec39

View File

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