mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Store tag category colors in ui settings
This commit is contained in:
@ -58,7 +58,12 @@ update flags msg model =
|
||||
( { model
|
||||
| formModel = m_
|
||||
, settings = sett
|
||||
, message = Nothing
|
||||
, message =
|
||||
if sett /= Nothing then
|
||||
Nothing
|
||||
|
||||
else
|
||||
model.message
|
||||
}
|
||||
, Cmd.none
|
||||
, Sub.none
|
||||
|
Reference in New Issue
Block a user