status/remote-access: Split out screen sharing indicator
The latest mockups move the screen sharing indicator into a separate control, similar to the existing indicator for built-in screen recordings. As this removes the submenu and only keeps the top bar icon (for external screen recordings), this will smooth the transition to quick settings. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2391>
This commit is contained in:

committed by
Marge Bot

parent
4f155d3757
commit
7ab7df739a
@ -441,6 +441,7 @@ const PANEL_ITEM_IMPLEMENTATIONS = {
|
||||
'keyboard': imports.ui.status.keyboard.InputSourceIndicator,
|
||||
'dwellClick': imports.ui.status.dwellClick.DwellClickIndicator,
|
||||
'screenRecording': imports.ui.status.remoteAccess.ScreenRecordingIndicator,
|
||||
'screenSharing': imports.ui.status.remoteAccess.ScreenSharingIndicator,
|
||||
};
|
||||
|
||||
var Panel = GObject.registerClass(
|
||||
|
Reference in New Issue
Block a user