Save command doesn't check if command already exists in model
- open appfinder in collapsed mode
- type
mousepad - Enter
- open appfinder again and type
mousepadagain
You'll see 2 entries for mousepad while it should show just one.
Proposed solution:
In line 1915 (if (save_cmd)) also check if command already exists in model, otherwise doesn't save it.