Skip to content
Commit 5816f181 authored by Nate Graham's avatar Nate Graham
Browse files

System Tray: Make Media Player and Notifications applets SystemServices

Right now these are marked as ApplicationStatus, which means they appear
in the System Tray in the same logical group as app icons from the likes
of Steam, Discord, Telegram etc. This is sort of weird since those icons
are app status notifiers (SNIs) and focus an app when clicked, while the
Media Player and Notifications applets are applets that show a popup when
clicked. We have gotten a few user complaints about it feeling weird to
have them interspersed.

And the Media Player and Notifications applets do show application
status, but they don't show status for a single application, which
makes them more like system services. And in fact, they are system
services--just system services that get their content from applications.
So moving them to the System Services category isn't semantically
incorrect. Let's do it to improve the grouping here.

CCBUG: 362077
parent 9bf9cc4f
Pipeline #235866 passed with stage
in 6 minutes and 13 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment