mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-05 13:57:36 +03:00
Decrease default clipboard time #934
This commit is contained in:
parent
492382d552
commit
f2ef6eb94e
4 changed files with 7 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
KeePassDX(2.9.15)
|
||||
* Fix themes #935
|
||||
* Decrease default clipboard time #934
|
||||
|
||||
KeePassDX(2.9.14)
|
||||
* Add custom icons #96
|
||||
|
|
|
@ -116,9 +116,9 @@
|
|||
<string name="clipboard_notifications_key" translatable="false">clipboard_notifications_key</string>
|
||||
<bool name="clipboard_notifications_default" translatable="false">false</bool>
|
||||
<string name="clear_clipboard_notification_key" translatable="false">clear_clipboard_notification_key</string>
|
||||
<bool name="clear_clipboard_notification_default" translatable="false">true</bool>
|
||||
<bool name="clear_clipboard_notification_default" translatable="false">false</bool>
|
||||
<string name="clipboard_timeout_key" translatable="false">clip_timeout_key</string>
|
||||
<string name="clipboard_timeout_default" translatable="false">300000</string>
|
||||
<string name="clipboard_timeout_default" translatable="false">20000</string>
|
||||
<string name="autofill_key" translatable="false">autofill_key</string>
|
||||
<string name="autofill_explanation_key" translatable="false">autofill_explanation_key</string>
|
||||
<string name="settings_autofill_enable_key" translatable="false">settings_autofill_enable_key</string>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
* Fix themes #935
|
||||
* Fix themes #935
|
||||
* Decrease default clipboard time #934
|
|
@ -1 +1,2 @@
|
|||
* Correction des themes #935
|
||||
* Correction des themes #935
|
||||
* Baisse du temps du presse-papier par defaut #934
|
Loading…
Add table
Add a link
Reference in a new issue