!7 module AutoReloadButtons > DynPrintLogAndEnabled { start { dm_onSnippetTranspiled(voidfunc(S snippetID) { if (!sameSnippetID(snippetID, dm_osSnippetID())) ret; fS msg = "Upgrading OS in 10 seconds..."; dm_action(msg, r { temp tempInfoBox(msg); dm_restartOS(); }); }); } }