Button config menu should save config to disk whenever changes are accepted. #85
No reviewers
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#85
Loading…
Reference in New Issue
No description provided.
Delete Branch "save-button-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As discussed in https://github.com/Ancurio/mkxp/pull/83 I think button config changes should be saved to disk whenever someone is finished setting them up and not only when mkxp exits, since mkxp might crash and thus not save the config.
Oh right I forgot, this means you can now also remove the storing code from main() since it doesn't do anything useful anymore.