mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-03-03 14:06:21 -05:00
Move selected items to bottom by default
This commit is contained in:
@@ -76,7 +76,7 @@ class Config(context: Context) : BaseConfig(context) {
|
||||
set(lastCreatedNoteType) = prefs.edit().putInt(LAST_CREATED_NOTE_TYPE, lastCreatedNoteType).apply()
|
||||
|
||||
var moveDoneChecklistItems: Boolean
|
||||
get() = prefs.getBoolean(MOVE_DONE_CHECKLIST_ITEMS, false)
|
||||
get() = prefs.getBoolean(MOVE_DONE_CHECKLIST_ITEMS, true)
|
||||
set(moveDoneChecklistItems) = prefs.edit().putBoolean(MOVE_DONE_CHECKLIST_ITEMS, moveDoneChecklistItems).apply()
|
||||
|
||||
fun getTextGravity() = when (gravity) {
|
||||
|
||||
Reference in New Issue
Block a user