mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
Set initial state of clone entry action to disabled.
This commit is contained in:
parent
b61c47d42f
commit
d0557677c7
1 changed files with 3 additions and 0 deletions
|
|
@ -218,6 +218,9 @@
|
|||
</property>
|
||||
</action>
|
||||
<action name="actionEntryClone">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Clone entry</string>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in a new issue