1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02: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
}