ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.

Home Page:https://www.ravynos.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemUIServer: remove NSStatusItem when owning PID exits

mszoek opened this issue · comments

When a process exits, we remove its menus from SystemUIServer. We need to remove its NSStatusItems as well.

Trivial - hook into existing PID tracking and iterate statusItems array to find matching PIDs.