From df8e7a01e0e69c2a8463a27096d4d3c33b1f6b46 Mon Sep 17 00:00:00 2001 From: Matej Drobnič Date: Mon, 29 Sep 2025 00:56:23 +0200 Subject: Make history duration configurable (#1074) --- res/values/arrays.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'res/values/arrays.xml') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index cd12337..56015e9 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -106,4 +106,16 @@ 30 15 + + @string/pref_clipboard_history_duration_1 + @string/pref_clipboard_history_duration_5 + @string/pref_clipboard_history_duration_30 + @string/pref_clipboard_history_duration_stop + + + 1 + 5 + 30 + -1 + -- cgit v1.2.3