mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Store and load client settings
This commit is contained in:
@ -55,7 +55,7 @@ init flags url key =
|
||||
|
||||
else
|
||||
Cmd.none
|
||||
, Ports.getUiSettings flags
|
||||
, Api.getClientSettings flags GetUiSettings
|
||||
]
|
||||
)
|
||||
|
||||
@ -85,5 +85,4 @@ subscriptions : Model -> Sub Msg
|
||||
subscriptions model =
|
||||
Sub.batch
|
||||
[ model.subs
|
||||
, Ports.loadUiSettings GetUiSettings
|
||||
]
|
||||
|
Reference in New Issue
Block a user