mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 10:50:30 +03:00
hide plasmoid preview when hovering an applet
This commit is contained in:
parent
452e93c33e
commit
607d6b4f4a
@ -1396,6 +1396,10 @@ DragDrop.DropArea {
|
||||
if (latteApplet && layoutsContainer.hoveredIndex>-1){
|
||||
latteApplet.setHoveredIndex(-1);
|
||||
}
|
||||
|
||||
if (latteApplet && latteApplet.windowPreviewIsShown && layoutsContainer.hoveredIndex>-1) {
|
||||
latteApplet.hidePreview();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user