Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit addresses an issue where empty captions were causing unexpected behavior. The logic for loading and displaying captions has been updated to check if the caption is both not None and has a length greater than 0. This prevents attempting to set empty captions, which could lead to unnecessary dock widget creation
- Loading branch information