Florian Müllner 9a814798d7 quickSettings: Fix icon-name construct property in menu toggles
Both :icon-name and :gicon are propagated to the internal QuickToggle
with property bindings. However the bindings are set up in the wrong
order:

:icon-name is a convenience property to set :gicon to a ThemedIcon
of the given name. That means binding :icon-name first will correctly
set the underlying StIcon's :gicon, but then the :gicon binding will
set it again to null.

Fix this by swapping the order in which the bindings are set up,
so that it works for both properties.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6542

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2726>
2023-03-27 14:52:50 +00:00
..
2022-03-04 14:14:37 +00:00
2022-12-16 22:12:59 +01:00
2023-03-03 20:38:03 +00:00
2022-03-04 14:14:37 +00:00
2023-02-07 14:46:28 +00:00
2022-12-16 22:12:59 +01:00
2023-02-24 15:32:06 +00:00
2022-03-04 14:14:37 +00:00
2023-03-19 13:39:41 +00:00
2022-12-16 22:12:59 +01:00
2022-03-04 14:14:37 +00:00
2022-03-04 14:14:37 +00:00