mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 12:47:48 +02: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:
@@ -4433,6 +4433,9 @@
|
|||||||
if (conf.lineHeight)
|
if (conf.lineHeight)
|
||||||
setLineHeight(conf.lineHeight);
|
setLineHeight(conf.lineHeight);
|
||||||
|
|
||||||
|
if (conf.listWidth)
|
||||||
|
setListWidth(conf.listWidth);
|
||||||
|
|
||||||
updateVarsAndLayout();
|
updateVarsAndLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user