I usually bind the `enabled` state of my save butt...
# tornadofx
e
I usually bind the
enabled
state of my save button to the
dirty
state of the viewmodel, so you can't even hit save unless you have made changes. This prevents no-op commits, if it matters to prevent them.