<div dir="ltr"><div>Hello.</div><div><br></div><div>In the Daily Workflow page, some preferences config example code is no longer understood (running latest image):</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">...<br>Preferences verySmallFonts.<br>...<br>self runningWorld doOneCycle.</font></blockquote><div><br></div><div>Replacing it -- not sure this is the simplest way -- with this works:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">...<br>Preferences at: #guiElementsSize put: #verySmallFonts.<br>...<br>self runningWorld doOneCycleNow.</font></blockquote><div><div><br></div></div><div>^^ I'm not sure this was the cleanest way but it did work for me.</div><div><br></div></div>