This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
GUI: Don't enable the fuzzer button until the user selects at least one function #368
Labels
Milestone
Right now, we enable the fuzzing button as soon as the wizard returns (and gives us a valid set of targetable functions):
We should defer that until the user actually selects one or more functions to fuzz, as running the fuzzer without any selections is essentially a no-op (and may confuse the user into thinking that they don't need to select anything).
The text was updated successfully, but these errors were encountered: