doing something like a `git stash` in a console window on a file that's controlled by Leo causes Leo to show the 'this has changed outside leo' dialog. That's fine, except the dialog steals focus, which is ... tedious.I've tried looking through the code to find where that happens, but with no success.Any hints would be welcome.
before git stash save (or whatever), focus is in console window. After git stash save, leo takes focus with the 'something has change outside leo' dialog.I'm happy for the dialog to appear, but I'd really rather it did not take focus away from the console window that I'm working in
In this scenario, it sounds a bit annoying.
- Maybe an option to `refresh quiet` would be better? After all, in the context of Git, everything is already tracked.
- Or like the browser, there is a back function, it would be better to go back to the previous page/view?
Subject says it all, really.