![Florian Müllner](/assets/img/avatar_default.png)
The QuickSettings menu currently only support appending items at the end. Extensions can get around that limitation by accessing the private grid property to move the item afterwards, but we don't allow this in our own code. Expose a new insertItemBefore() method that allows adding an item before an existing one. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2894>