|
|
|
@ -110,7 +110,7 @@ class ScrollableWidget : InjectingPreferenceFragment() {
|
|
|
|
setupCheckbox(R.string.p_widget_show_lists)
|
|
|
|
setupCheckbox(R.string.p_widget_show_lists)
|
|
|
|
setupCheckbox(R.string.p_widget_show_tags)
|
|
|
|
setupCheckbox(R.string.p_widget_show_tags)
|
|
|
|
setupCheckbox(R.string.p_widget_show_full_task_title, false)
|
|
|
|
setupCheckbox(R.string.p_widget_show_full_task_title, false)
|
|
|
|
setupCheckbox(R.string.p_widget_show_hidden, false)
|
|
|
|
setupCheckbox(R.string.p_widget_show_hidden, true)
|
|
|
|
setupCheckbox(R.string.p_widget_show_completed, false)
|
|
|
|
setupCheckbox(R.string.p_widget_show_completed, false)
|
|
|
|
val showDescription = setupCheckbox(R.string.p_widget_show_description, true)
|
|
|
|
val showDescription = setupCheckbox(R.string.p_widget_show_description, true)
|
|
|
|
setupCheckbox(R.string.p_widget_show_full_description, false).dependency = showDescription.key
|
|
|
|
setupCheckbox(R.string.p_widget_show_full_description, false).dependency = showDescription.key
|
|
|
|
|