fix: The alphabet also closes when the launchpad is shut down#563
Conversation
Reviewer's GuideAdds a connection in AppListView.qml to listen for launcher visibility changes and automatically close the alphabetCategoryPopup when the launcher is hidden. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @wjyrich - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟡 General issues: 1 issue found
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| Connections { | ||
| target: LauncherController | ||
| function onVisibleChanged() { | ||
| if (!LauncherController.visible) { |
There was a problem hiding this comment.
nitpick: Refer to the connection's target rather than the global object
Use if (!target.visible) to clarify which object you’re checking and avoid an implicit global lookup.
as title. PMS-BUG-289179
deepin pr auto review代码审查意见:
总体来说,代码的修改是合理的,但需要注意函数命名的一致性,并确保所有相关的调用点都进行了相应的更新。同时,添加适当的注释和逻辑判断,可以提高代码的可读性和可维护性。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BLumia, wjyrich The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
as title.
PMS-BUG-289179
Summary by Sourcery
Bug Fixes: