mirror of
https://github.com/apankrat/nullboard.git
synced 2025-01-16 20:28:19 +01:00
Merge pull request #74 from justinpchang/fix-load-list-width
Fix: Load the saved listWidth alongside fontSize and lineHeight on startup
This commit is contained in:
commit
a2192dc529
@ -4433,6 +4433,9 @@
|
||||
if (conf.lineHeight)
|
||||
setLineHeight(conf.lineHeight);
|
||||
|
||||
if (conf.listWidth)
|
||||
setListWidth(conf.listWidth);
|
||||
|
||||
updateVarsAndLayout();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user