1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 12:29:54 +02:00

Enable parsing of Homebrew services JSON (#72)

This commit is contained in:
2022-01-11 21:06:57 +01:00
parent 9ab6231337
commit 3b4a1a0654
8 changed files with 206 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
// Make sure notifications will work
setupNotifications()
// Make sure the menu performs its initial checks
menu.startup()
menu.rebuild()
}
}