pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

Dig Deeper Issue #261

Closed pjrinaldi closed 5 years ago

pjrinaldi commented 5 years ago

Being able to click the "Process" button is only enabled when both options are checked. I need to ensure it will enable the button if either options are selected.

pjrinaldi commented 5 years ago

fixed the issue by putting a final if(||) check, so that if any process is checked, the process button is enabled.