mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Improve selecting attachments of an item
Use a list of small thumbnails instead of just names. Closes: #396
This commit is contained in:
@ -88,6 +88,7 @@ update key flags inav settings msg model =
|
||||
, dueDatePicker = dp
|
||||
, itemMail = im
|
||||
, visibleAttach = 0
|
||||
, attachMenuOpen = False
|
||||
, customFieldsModel = cm
|
||||
}
|
||||
, Cmd.batch
|
||||
@ -274,6 +275,7 @@ update key flags inav settings msg model =
|
||||
resultModel
|
||||
{ model
|
||||
| visibleAttach = pos
|
||||
, attachMenuOpen = False
|
||||
, sentMailsOpen = False
|
||||
, attachRename = Nothing
|
||||
}
|
||||
|
Reference in New Issue
Block a user