mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-15 00:34:05 +09:00
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:
@@ -861,7 +861,7 @@
|
||||
</key>
|
||||
<key type="b" name="secondarymenu-contains-showdetails">
|
||||
<default>false</default>
|
||||
<summary>Display Show Details to open Gnome Software from right click menu</summary>
|
||||
<summary>Display App Details to open Gnome Software from right click menu</summary>
|
||||
</key>
|
||||
<key type="s" name="shortcut-text">
|
||||
<default>"<Super>q"</default>
|
||||
|
||||
Reference in New Issue
Block a user