extension-app: Remove tooltips from row suffixes

The updates/error icons are now interactive, and have more information
in the corresponding popover than could be covered
by a tooltip.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3051>
This commit is contained in:
Florian Müllner 2023-12-11 17:52:25 +01:00 committed by Marge Bot
parent e252887731
commit 82d3e55b68

View File

@ -51,7 +51,6 @@
<property name="valign">center</property>
<property name="has-frame">false</property>
<property name="icon-name">dialog-error-symbolic</property>
<property name="tooltip-text" translatable="yes">The extension had an error</property>
<accessibility>
<property name="label" translatable="yes">Error Details</property>
</accessibility>
@ -83,7 +82,6 @@
<property name="valign">center</property>
<property name="has-frame">false</property>
<property name="icon-name">software-update-available-symbolic</property>
<property name="tooltip-text" translatable="yes">The extension can be updated</property>
<accessibility>
<property name="label" translatable="yes">Updates Details</property>
</accessibility>