Skip to content

Revalidate on focus

Daniel Dakhno requested to merge dakhnod/alacarte:revalidate-on-focus into master

Often, when the application comlains that the file is not executable, the user has to go to the terminal, set the executable flag, and go back to the application. Then, he has to somehow trigger the revalidation. With this PR, the revalidation happens automatically when focus is regained.

Merge request reports