mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-18 11:54:47 -04:00
Fix #447 - Menu Accelerators for Database & Tools
This commit is contained in:
parent
f03aec1709
commit
70bd598ead
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@
|
|||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
<property name="title">
|
||||
<string>Database</string>
|
||||
<string>&Database</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuRecentDatabases">
|
||||
<property name="title">
|
||||
|
@ -240,7 +240,7 @@
|
|||
</widget>
|
||||
<widget class="QMenu" name="menuTools">
|
||||
<property name="title">
|
||||
<string>Tools</string>
|
||||
<string>&Tools</string>
|
||||
</property>
|
||||
<addaction name="actionLockDatabases"/>
|
||||
<addaction name="actionPasswordGenerator"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue