mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-23 08:20:45 -05: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>
|
</property>
|
||||||
<widget class="QMenu" name="menuFile">
|
<widget class="QMenu" name="menuFile">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Database</string>
|
<string>&Database</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuRecentDatabases">
|
<widget class="QMenu" name="menuRecentDatabases">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
|
@ -240,7 +240,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuTools">
|
<widget class="QMenu" name="menuTools">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Tools</string>
|
<string>&Tools</string>
|
||||||
</property>
|
</property>
|
||||||
<addaction name="actionLockDatabases"/>
|
<addaction name="actionLockDatabases"/>
|
||||||
<addaction name="actionPasswordGenerator"/>
|
<addaction name="actionPasswordGenerator"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue