mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
WindowServer: Add an audio icon to the menu bar
Clicking on this icon toggles the AudioServer muted state. It currently does not react to muted state changes caused by other programs, since it has no way of learning about those from AudioServer, other than performing a synchronous IPC call (GetMuted), which we don't want to be doing in the WindowServer :^)
This commit is contained in:
parent
6fbe0f17f2
commit
9009390f9c
5 changed files with 40 additions and 1 deletions
BIN
Base/res/icons/audio-muted.png
Normal file
BIN
Base/res/icons/audio-muted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 B |
BIN
Base/res/icons/audio-unmuted.png
Normal file
BIN
Base/res/icons/audio-unmuted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 B |
Loading…
Add table
Add a link
Reference in a new issue