mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-24 18:03:53 +03:00
dont call timer if it isnt needed
This commit is contained in:
parent
45add5988f
commit
88cd32fffc
@ -1190,6 +1190,9 @@ DragDrop.DropArea {
|
||||
}
|
||||
|
||||
function hide(debug){
|
||||
if (!root.titleTooltips)
|
||||
return;
|
||||
|
||||
activeItemHovered = false;
|
||||
hideTitleTooltipTimer.start();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user