mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Add icon to fixed dropdown
This commit is contained in:
@ -277,7 +277,7 @@ update flags msg model =
|
||||
|
||||
makeItem : IdName -> Comp.FixedDropdown.Item IdName
|
||||
makeItem idn =
|
||||
Comp.FixedDropdown.Item idn idn.name
|
||||
Comp.FixedDropdown.Item idn idn.name Nothing
|
||||
|
||||
|
||||
view2 : Flags -> Model -> Html Msg
|
||||
|
Reference in New Issue
Block a user