Fix "App Details" context menu hiding

Upstream changed label in GNOME 44.

[appmenu: Change "Show Details" entry label to "App Details"](https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2585)

---

Let's use the appmenu property directly instead of finding it using the label, so that would work for every language.

We keep the same schema setting name, so users don't loose their configuration.
This commit is contained in:
Yevhen Popok
2025-02-23 15:46:29 +02:00
parent 3733d0bd02
commit 644de41a79
3 changed files with 8 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">&lt;i&gt;Show Details&lt;/i&gt; menu item</property>
<property name="title" translatable="yes">&lt;i&gt;App Details&lt;/i&gt; menu item</property>
<child>
<object class="GtkSwitch" id="secondarymenu_showdetails_switch">
<property name="valign">center</property>
@@ -40,4 +40,4 @@
</child>
</object>
</interface>
</interface>