mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Add a note on top of keyboard shortcuts preferences to show the Accesskey of the browser. #5022
This commit is contained in:
@@ -146,6 +146,7 @@ def _iterate_categories(pref_d, label, res):
|
||||
oc = {
|
||||
"id": c['id'],
|
||||
"mid": pref_d['id'],
|
||||
"name": c['name'],
|
||||
"label": gettext(c['label']),
|
||||
"value": '{0}{1}'.format(c['id'], gettext(c['label'])),
|
||||
"inode": False,
|
||||
|
||||
Reference in New Issue
Block a user