Remove useless runnable check

This commit is contained in:
crschnick 2024-03-13 07:46:27 +00:00
parent 21a47de1fa
commit f17b3c5ec5

View file

@ -47,11 +47,6 @@ public class RunAction extends MultiExecuteAction {
return true;
}
if (!OsType.getLocal().equals(OsType.WINDOWS)) {
var attribs = e.getMode();
return attribs.contains("x");
}
return false;
}