We should have an undo button in the main UI and an undo shortcut - CMD/Ctrl + Z
This should allow the user to undo and redo the last tweak.
We need to store data corresponding to tweaks in an array [initial data, tweak 1, tweak 2] etc and then move between them
We should have an undo button in the main UI and an undo shortcut -
CMD/Ctrl + ZThis should allow the user to undo and redo the last tweak.
We need to store data corresponding to tweaks in an array
[initial data, tweak 1, tweak 2]etc and then move between them