Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove unnecessary comparison with True
Simplify the deleted note check in the `show_quick_panel` function by directly using the `deleted` flag without comparing it to `True`. This improves readability and avoids redundant logic.
- Loading branch information