packager
packager copied to clipboard
Option to set LocalStorage limit for electron builds
A option to change the LocalStorage limit for electron builds, because right now it is limited at 5 mb.
what are you storing in local storage where this is becoming an issue?
A lot of strings.
the limit should already be increased to 100MB in Electron
I just ran a test, and it is. I still think there should be a option for it tho. What if you wanna save images? Or even sounds? Maybe someone wants to make a level editor and save the files locally without a limit.