manually save settings on change to loaded filenames
Dependencies
- [2]
WCYQN74Ibugfix: update handlers on new/delete - [3]
W4EQ6IW4simplify state management for menus - [4]
ZGPYJMP3bugfix: crash when saving to empty file - [5]
SJXIMERStype out a filename to load/save - [6]
FIUQJVL2first draft of load/save buttons - [*]
RK2ASPN7add lots of buttons to the toolbar - [*]
6ARK6HWFbugfix: avoid overflowing 'delete' button in some situations
Change contents
- edit in 0117-load_button at line 14
-- Load new filename in future sessions.-- On mobile devices, we can't depend on on.save_settings() triggering on quit.love.filesystem.write('config', json.encode(settings())) - replacement in 0117-load_button at line 19
end[3.2713]end - edit in 0116-save_button at line 11
-- Load new filename in future sessions.-- On mobile devices, we can't depend on on.save_settings() triggering on quit.love.filesystem.write('config', json.encode(settings())) - replacement in 0116-save_button at line 19
end[3.3147]end - edit in 0076-delete_pane_button at line 17[2.126][9.236]
-- Don't load the deleted pane in future sessions.-- On mobile devices, we can't depend on on.save_settings() triggering on quit.love.filesystem.write('config', json.encode(settings()))