remove dummy windowtask

This commit is contained in:
Marco Martin 2020-07-31 14:21:22 +02:00
parent ef7a78cfe1
commit 775870852c

View file

@ -251,10 +251,4 @@ PlasmaCore.ColorScope {
}
}
}
//This is to give an animation when the plasma button is pressed
Item {
id: dummyWindowTask
width: Screen.width
height: Screen.height
}
}