setAppStyleSheet

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: setAppStyleSheet

Post by Vadi »

I can confirm the problem and will be looking into this.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: setAppStyleSheet

Post by Vadi »

Okay, normal account creation re-enabled for the time being. Go give it a go.

Nyyrazzilyss
Posts: 334
Joined: Thu Mar 05, 2015 2:53 am

Re: setAppStyleSheet

Post by Nyyrazzilyss »

Thanks, created an account on the wiki and made a minor change to those same instructions accordingly.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: setAppStyleSheet

Post by Vadi »

Thank you for the contribution!

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: setAppStyleSheet

Post 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")

Post Reply