mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-24 02:50:35 +03:00
dont execute click action for separator task
This commit is contained in:
parent
ca1adad7f7
commit
684bfbe418
@ -869,7 +869,7 @@ MouseArea{
|
||||
draggingResistaner = null;
|
||||
}
|
||||
|
||||
if(pressed && !inBlockingAnimation){
|
||||
if(pressed && !inBlockingAnimation && !isSeparator){
|
||||
|
||||
if (modifierAccepted(mouse)){
|
||||
if( !mainItemContainer.isLauncher){
|
||||
|
Loading…
x
Reference in New Issue
Block a user