Page 2 of 2

Re: setAppStyleSheet

Posted: Wed Sep 14, 2016 6:22 pm
by Vadi
I can confirm the problem and will be looking into this.

Re: setAppStyleSheet

Posted: Wed Sep 14, 2016 8:16 pm
by Vadi
Okay, normal account creation re-enabled for the time being. Go give it a go.

Re: setAppStyleSheet

Posted: Wed Sep 14, 2016 8:52 pm
by Nyyrazzilyss
Thanks, created an account on the wiki and made a minor change to those same instructions accordingly.

Re: setAppStyleSheet

Posted: Wed Sep 14, 2016 9:35 pm
by Vadi
Thank you for the contribution!

Re: setAppStyleSheet

Posted: Tue Feb 28, 2017 9:47 pm
by Vadi
I've turned this into a one-click install, just paste it into Mudlet:
lua function downloaded_package(a,b)if not b:find("dark",1,true)then return end installPackage(b)os.remove(b)end registerAnonymousEventHandler("sysDownloadDone","downloaded_package")downloadFile(getMudletHomeDir().."/dark.mpackage","http://www.mudlet.org/wp-content/files/ ... mudlet.zip")