twsouthwick / KeePassWin

A UWP implementation of a KeePass client
GNU General Public License v3.0
39 stars 5 forks source link

Save isn't available after editing an item #15

Open twsouthwick opened 7 years ago

twsouthwick commented 7 years ago

This is due to the command not firing ICommand.RaiseCanExecuteChanged() when an item is changed. For now, saving should always be enabled so users don't get into a state they can't save an edit.