mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Decrease default clipboard time #934
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
KeePassDX(2.9.15)
|
KeePassDX(2.9.15)
|
||||||
* Fix themes #935
|
* Fix themes #935
|
||||||
|
* Decrease default clipboard time #934
|
||||||
|
|
||||||
KeePassDX(2.9.14)
|
KeePassDX(2.9.14)
|
||||||
* Add custom icons #96
|
* Add custom icons #96
|
||||||
|
|||||||
@@ -116,9 +116,9 @@
|
|||||||
<string name="clipboard_notifications_key" translatable="false">clipboard_notifications_key</string>
|
<string name="clipboard_notifications_key" translatable="false">clipboard_notifications_key</string>
|
||||||
<bool name="clipboard_notifications_default" translatable="false">false</bool>
|
<bool name="clipboard_notifications_default" translatable="false">false</bool>
|
||||||
<string name="clear_clipboard_notification_key" translatable="false">clear_clipboard_notification_key</string>
|
<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_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_key" translatable="false">autofill_key</string>
|
||||||
<string name="autofill_explanation_key" translatable="false">autofill_explanation_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>
|
<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
|
||||||
Reference in New Issue
Block a user