ussserrr
ussserrr
And some hide/restore-like activity cures it.
We still relies on global IDs, etc. Need to improve QML codebase in that regard
For actions buttons, currently there is a need to move a mouse first to trigger Ctrl/Shift highlighting behavior even if corresponding keys has been pressed. Need to find a way...
- "Add" button position doesn't change until the list gets focus - Log area crawls onto the status bar
Currently a list of available PlatformIO boards is requested right on the app startup which: 1. Increases launch time 2. Doesn't respect custom `platformio_cmd` config parameter The latter is a...
Detect changes in a config file and reflect them appropriately. This can be done, for example, at the same time a state is updating (e.g. on window hiding/restoring, `currentIndexChanged`, etc.).