mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 12:52:15 +00:00
Added support for disabling clipboard history and clip retention time
This commit is contained in:
parent
1bfb6e2273
commit
ad1672ad5c
14 changed files with 124 additions and 29 deletions
|
@ -93,4 +93,20 @@
|
|||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/settings_category_clipboard_history">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="pref_enable_clipboard_history"
|
||||
android:title="@string/enable_clipboard_history"
|
||||
android:summary="@string/enable_clipboard_history_summary"
|
||||
android:defaultValue="true"
|
||||
android:persistent="true" />
|
||||
|
||||
<org.dslul.openboard.inputmethod.latin.settings.SeekBarDialogPreference
|
||||
android:key="pref_clipboard_history_retention_time"
|
||||
android:title="@string/clipboard_history_retention_time"
|
||||
latin:maxValue="120" /> <!-- minutes -->
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue