Skip to content

Save command doesn't check if command already exists in model

  1. open appfinder in collapsed mode
  2. type mousepad
  3. Enter
  4. open appfinder again and type mousepad again

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.