SigMaker-x64 icon indicating copy to clipboard operation
SigMaker-x64 copied to clipboard

Make the cancel button work

Open Caraxi opened this issue 2 years ago • 4 comments

Cancel search when the cancel button is pressed.

Caraxi avatar Jul 28 '21 12:07 Caraxi

Any updates?

Caraxi avatar Mar 01 '22 11:03 Caraxi

Maybe I am misinterpreting the code, but what is the point of the extra or in cancelled = cancelled || user_cancelled(); ? Could you not simply do cancelled = user_cancelled();? Or better yet something like the following?

 if (user_cancelled()) {
    cancelled = true;
    break;
}

ajkhoury avatar Mar 01 '22 15:03 ajkhoury

I don't remember why I did it like that

Caraxi avatar Jul 13 '22 11:07 Caraxi

This PR has been pending for 3 years lmao.

gir489returns avatar Mar 13 '24 15:03 gir489returns