tmedwards / sugarcube-2

SugarCube is a free (gratis and libre) story format for Twine/Twee.
https://www.motoslave.net/sugarcube/2/
BSD 2-Clause "Simplified" License
185 stars 42 forks source link

Config.saves.isAllowed and the Saves dialog #69

Closed tmedwards closed 4 years ago

tmedwards commented 4 years ago

It seems reasonable that Config.saves.isAllowed should also disable the save buttons in the Saves dialog, in addition to blocking the Save API. That would be a better player experience.

That said. Since it's a callback, users could do all manner of odd things with it, so that's a very minor concern.