mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 18:39:33 +00:00
Fix update with current ui settings
This commit is contained in:
parent
de19b1d216
commit
e137b23674
@ -288,6 +288,9 @@ applyClientSettings model settings =
|
||||
let
|
||||
setTheme =
|
||||
Ports.setUiTheme settings.uiTheme
|
||||
|
||||
model_ =
|
||||
{ model | uiSettings = settings }
|
||||
in
|
||||
Util.Update.andThen2
|
||||
[ \m ->
|
||||
@ -299,7 +302,7 @@ applyClientSettings model settings =
|
||||
, updateHome Page.Home.Data.UiSettingsUpdated
|
||||
, updateItemDetail Page.ItemDetail.Data.UiSettingsUpdated
|
||||
]
|
||||
{ model | uiSettings = settings }
|
||||
model_
|
||||
|
||||
|
||||
updateItemDetail : Page.ItemDetail.Data.Msg -> Model -> ( Model, Cmd Msg, Sub Msg )
|
||||
|
Loading…
x
Reference in New Issue
Block a user