Hi, I have a little isue with gcond; in my useroptions, i have DisableifdoGray=true. lets say i have these three programs: ProgA excl=ProgB ProgB gcond=something ProgC gcond=something If Graycondition is met on both ProgB and ProgC, they are both gray and I can't click ProgC. But I can click ProgB because it is on the exclusionlist of ProgA. I would like to have programs grayed out and unclickable, if condition is met, no matter if its on exclusionlist on other programs (entries in config.js) can this be solved?