1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02: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() {
if !Xdebug.enabled {
addItem(NSMenuItem.separator())
return
}