Change default position for notes to bottom

This commit is contained in:
Eike Kettner
2020-10-27 20:43:58 +01:00
parent 85699dd2de
commit 83b41b027f

View File

@ -99,7 +99,7 @@ defaults =
, tagCategoryColors = Dict.empty , tagCategoryColors = Dict.empty
, nativePdfPreview = False , nativePdfPreview = False
, itemSearchNoteLength = 0 , itemSearchNoteLength = 0
, itemDetailNotesPosition = Top , itemDetailNotesPosition = Bottom
, searchMenuFolderCount = 3 , searchMenuFolderCount = 3
, searchMenuTagCount = 6 , searchMenuTagCount = 6
, searchMenuTagCatCount = 3 , searchMenuTagCatCount = 3