bloguetronica / cp2130-conf

CP2130 Configurator (cp2130-conf) is an application that can be used to configure CP2130 devices, including VID, PID, as well as other descriptors. Most importantly, the application allows you to configure pin functions and states.
GNU General Public License v3.0
1 stars 1 forks source link

Improvement: Disable window before showing the message when a device disconnection is detected #12

Closed samuelfmlourenco closed 2 years ago

samuelfmlourenco commented 2 years ago

After a device disconnection is detected, an error message is displaying indicating that the device was disconnected and that the window will be disabled. When the user clears the message, only then the configuration window is disabled.

This is not an error, but a legacy of previous applications (namely, the ITUSB1 and ITUSB2 managers). However, regarding CP2130 Configurator, this doesn't make sense. Thus, the window should be disabled right before showing the message. This also allows the error message to be simplified, because the application doesn't need to inform the user that the window will be disabled.

samuelfmlourenco commented 2 years ago

Implemented in version 1.4.