bugfix: on.load_settings when there are none
[?]
Jan 10, 2023, 4:31 AM
YCYCQOFCPFHZJN7OUVJSRJ3KBB246QOEYBCS27ZVMI5ZFFMJLEGQCDependencies
- [2]
W3UFZ4FOrun on.load_settings after loading defaults - [3]
MPETAKZ2insert space for loading settings - [4]
36Z442IVback to commit 8123959e52f without code editing - [5]
7RDQRRP5Merge text0 - [*]
OTIBCAUJlove2d scaffold - [*]
DSDKFEUKpersist window geometry to disk across restart - [*]
5OVKHVY6nice way to make on.* handlers more discoverable - [*]
FRXBX5FCcreate space for app-specific settings
Change contents
- edit in main.lua at line 81
if on.load_settings then on.load_settings(settings.app) end - edit in main.lua at line 95
if on.load_settings then on.load_settings() end - edit in main.lua at line 97
if on.load_settings then on.load_settings(settings.app) end - edit in 0001-on at line 19[10.227][10.227]
-- settings might be nil if there are no saved settings