xspanger3770 / GlobalQuake

Experimental application for monitoring earthquakes world-wide in near real time. Capable of issuing its own earthquake early warnings (EEW).
MIT License
337 stars 52 forks source link

Deselect/select all regions logic fix #225

Closed ChrisEberleSchool closed 9 months ago

ChrisEberleSchool commented 9 months ago

removed the unnecessary wrong logic which handled the button states for this. It works now.

xspanger3770 commented 9 months ago

The logic was originally designed by someone to make the deselect all button disabled if all stations are indeed disabled, but since the functionality was implemented incorrectly, I agree that it's better to disable it completely and use your elegant version of the code :)