KaiserEngineering / digitaldash

Code to generate the GUI for the KE DIgital Dash
13 stars 3 forks source link

check current dynamic config when performing dynamic checks #17

Open craigkai opened 3 months ago

craigkai commented 3 months ago

Previously we skipped dynamic checks if they were for the current active view. This is incorrect, as we want to ensure that we do not leave the current view if it should be active.

Note, the dynamic callbacks list is pre-sorted.