use the font Ysabeau Office
This commit is contained in:
parent
e6a51f162d
commit
4a06e8b9c9
5 changed files with 174 additions and 2 deletions
|
@ -122,7 +122,11 @@ decode_flags =
|
|||
init : (JD.Value) -> (Model, Cmd msg)
|
||||
init vflags =
|
||||
(case JD.decodeValue decode_flags vflags of
|
||||
Err _ -> init_model
|
||||
Err err ->
|
||||
let
|
||||
q = Debug.log "error" err
|
||||
in
|
||||
init_model
|
||||
Ok flags -> { init_model | emoji = flags.emoji, markers = flags.markers, map_id = flags.map_id, map_ids = flags.map_ids, map_name = flags.map_name }
|
||||
) |> nocmd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue