mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
panel: Don't expand camera quick settings items
The camera indicator currently doesn't have any items, but if we were to add one, it would almost certainly be a regular toggle rather than a slider that needs expanding. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2891>
This commit is contained in:
parent
e7c269e014
commit
8619b7637d
1 changed files with 1 additions and 1 deletions
|
|
@ -422,11 +422,11 @@ class QuickSettings extends PanelMenu.Button {
|
|||
this._indicators.add_child(this._system);
|
||||
|
||||
this._addItems(this._system.quickSettingsItems, N_QUICK_SETTINGS_COLUMNS);
|
||||
this._addItems(this._camera.quickSettingsItems, N_QUICK_SETTINGS_COLUMNS);
|
||||
this._addItems(this._volumeOutput.quickSettingsItems, N_QUICK_SETTINGS_COLUMNS);
|
||||
this._addItems(this._volumeInput.quickSettingsItems, N_QUICK_SETTINGS_COLUMNS);
|
||||
this._addItems(this._brightness.quickSettingsItems, N_QUICK_SETTINGS_COLUMNS);
|
||||
|
||||
this._addItems(this._camera.quickSettingsItems);
|
||||
this._addItems(this._remoteAccess.quickSettingsItems);
|
||||
this._addItems(this._thunderbolt.quickSettingsItems);
|
||||
this._addItems(this._location.quickSettingsItems);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue