Open boldar99 opened 4 months ago
One possible way to implement this is to modify _push_now method of the undo stack (https://github.com/Quantomatic/zxlive/blob/master/zxlive/animations.py#L64) and if the auto save is enabled, perform a save whenever an action is performed and added to the undo stack
_push_now
One possible way to implement this is to modify
_push_now
method of the undo stack (https://github.com/Quantomatic/zxlive/blob/master/zxlive/animations.py#L64) and if the auto save is enabled, perform a save whenever an action is performed and added to the undo stack