extensions-app: Indicate extension errors
Currently there is no indication that an extension had an error except for the sensitivity of the switch (which may have a different cause). This is useful information to users, so add a small error indicator alongside the updates icon and show the actual error in the details. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2337
This commit is contained in:

committed by
Florian Müllner

parent
48e6a58250
commit
9cad7ae975
@ -8,4 +8,5 @@
|
||||
-gtk-icon-transform: rotate(-0.25turn);
|
||||
}
|
||||
|
||||
image.error { color: @error_color; }
|
||||
image.warning { color: @warning_color; }
|
||||
|
Reference in New Issue
Block a user