mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
Before multi-file support, it was not possible to have no open file. So we need to change the state logic to only enable the button when there is an active file rather than when the editor "is ready". Fixes: https://github.com/pybricks/support/issues/691