mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-28 08:49:42 -05:00
Adjusted order of entry's context menu
This commit is contained in:
parent
72b81bf403
commit
62808f8342
@ -155,15 +155,15 @@
|
|||||||
<addaction name="actionEntryCopyNotes"/>
|
<addaction name="actionEntryCopyNotes"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
</widget>
|
</widget>
|
||||||
<addaction name="actionEntryNew"/>
|
|
||||||
<addaction name="actionEntryClone"/>
|
|
||||||
<addaction name="actionEntryEdit"/>
|
|
||||||
<addaction name="actionEntryDelete"/>
|
|
||||||
<addaction name="actionEntryCopyUsername"/>
|
<addaction name="actionEntryCopyUsername"/>
|
||||||
<addaction name="actionEntryCopyPassword"/>
|
<addaction name="actionEntryCopyPassword"/>
|
||||||
<addaction name="menuEntryCopyAttribute"/>
|
<addaction name="menuEntryCopyAttribute"/>
|
||||||
<addaction name="actionEntryAutoType"/>
|
|
||||||
<addaction name="actionEntryOpenUrl"/>
|
<addaction name="actionEntryOpenUrl"/>
|
||||||
|
<addaction name="actionEntryEdit"/>
|
||||||
|
<addaction name="actionEntryAutoType"/>
|
||||||
|
<addaction name="actionEntryClone"/>
|
||||||
|
<addaction name="actionEntryDelete"/>
|
||||||
|
<addaction name="actionEntryNew"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menuGroups">
|
<widget class="QMenu" name="menuGroups">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
|
Loading…
Reference in New Issue
Block a user