mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Add search field for 'all-names' to search menu
This commit is contained in:
@ -35,7 +35,7 @@ update key flags settings msg model =
|
||||
{ model | searchMenuModel = Tuple.first nextState.modelCmd }
|
||||
|
||||
( m2, c2 ) =
|
||||
if nextState.stateChange then
|
||||
if nextState.stateChange && not model.searchInProgress then
|
||||
doSearch flags settings newModel
|
||||
|
||||
else
|
||||
|
Reference in New Issue
Block a user