Decrease default clipboard time #934

This commit is contained in:
J-Jamet 2021-03-24 18:25:10 +01:00
parent 492382d552
commit f2ef6eb94e
4 changed files with 7 additions and 4 deletions

View file

@ -1,5 +1,6 @@
KeePassDX(2.9.15)
* Fix themes #935
* Decrease default clipboard time #934
KeePassDX(2.9.14)
* Add custom icons #96

View file

@ -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>

View file

@ -1 +1,2 @@
* Fix themes #935
* Fix themes #935
* Decrease default clipboard time #934

View file

@ -1 +1,2 @@
* Correction des themes #935
* Correction des themes #935
* Baisse du temps du presse-papier par defaut #934