[bug] App loader initializes with showing pretokenisation turned off but does it anyway
thyttan opened this issue · 1 comments
thyttan commented
The bug
When starting an app loader instance for the first time in the pretokenise setting will be shown as toggled off. But when loading apps to the watch they will be pretokeised.
Reproduce:
- Navigate to https://espruino.github.io/BangleApps/
- See that pretokenise is toggled off in the "More..." tab.
- Upload an app.
- Inspect the corresponding app file on the watch via the Web IDE (notice it's pretokenised).
- Toggle pretokenisation option on and off in the "More..." tab.
- Upload the app again.
- Inspect the correspoding app file on the watch again (notice it wasn't pretokenised).
gfwilliams commented
Ok, hopefully it's fixed now. Not sure how it ever got into the state where the status was never set up correctly!