Skip to content

Commit 61b4c67

Browse files
wjyrichdeepin-bot[bot]
authored andcommitted
chore: update copyright years and fix tooltip behavior
1. Update copyright year range from 2024 to 2024-2026 2. Stop the tooltip show timer when clicking the stash action button 3. Ensure tooltip is closed correctly when button is clicked, preventing UI flicker Influence: 1. Verify the tooltip does not appear when clicking the stash button 2. Check that copyright text displays the correct year range 3. Test repeated clicks on the stash button to ensure no UI flicker PMS: BUG-358821
1 parent 0befd40 commit 61b4c67

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

panels/dock/tray/package/ActionShowStashDelegate.qml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
1+
// SPDX-FileCopyrightText: 2024 - 2026 UnionTech Software Technology Co., Ltd.
22
//
33
// SPDX-License-Identifier: GPL-3.0-or-later
44

@@ -99,6 +99,9 @@ AppletItemButton {
9999
} else {
100100
stashedPopup.open()
101101
}
102+
if (toolTipShowTimer.running) {
103+
toolTipShowTimer.stop()
104+
}
102105
toolTip.close()
103106
}
104107

0 commit comments

Comments
 (0)