mirror of https://github.com/espruino/BangleApps
sliding text clock: BUGFIX - settings not working map remove not supported
parent
dbda3be396
commit
cc551b6496
|
@ -103,7 +103,7 @@
|
||||||
if(styling.row_types != null)
|
if(styling.row_types != null)
|
||||||
settings.row_types = styling.row_types;
|
settings.row_types = styling.row_types;
|
||||||
|
|
||||||
settings.delete("row_defs");
|
settings.row_defs = [];
|
||||||
if(styling.row_defs != null)
|
if(styling.row_defs != null)
|
||||||
settings.row_defs = styling.row_defs;
|
settings.row_defs = styling.row_defs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue