mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-10-22 13:20:12 +00:00
Allow to restore deleted items in webui
This commit is contained in:
@@ -1482,7 +1482,7 @@ searchTabs texts ddd flags settings model =
|
||||
]
|
||||
}
|
||||
, { name = tabName TabTrashed
|
||||
, title = texts.basics.deleted
|
||||
, title = texts.trashcan
|
||||
, titleRight = []
|
||||
, info = Nothing
|
||||
, body =
|
||||
@@ -1490,7 +1490,7 @@ searchTabs texts ddd flags settings model =
|
||||
MB.Checkbox
|
||||
{ id = "trashed"
|
||||
, value = model.searchMode == Data.SearchMode.Trashed
|
||||
, label = texts.basics.deleted
|
||||
, label = texts.trashcan
|
||||
, tagger = \_ -> ToggleSearchMode
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user