Worked on task "'Start Collecting' button handling"
I just added an extra check in the update_active() function in init.py of DataCollection to first check for the data_import.input_mode. If the mode was an empty string, I called setEnabled(False) on the button to disable it. Check it out and see if it works.
I also changed some stuff with the QtGui vs QtWidgets modules bc they were throwing some errors on my end, so check that out too
Worked on task "'Start Collecting' button handling"
I just added an extra check in the update_active() function in init.py of DataCollection to first check for the data_import.input_mode. If the mode was an empty string, I called setEnabled(False) on the button to disable it. Check it out and see if it works.
I also changed some stuff with the QtGui vs QtWidgets modules bc they were throwing some errors on my end, so check that out too