Commit 5715e6f6 authored by eekkelund's avatar eekkelund

[AppLauncher] Bugfix: Icon images were duplicated when opening the folder just...

[AppLauncher] Bugfix: Icon images were duplicated when opening the folder just after opening application.
parent f49af7f5
......@@ -140,15 +140,6 @@ Item {
folderLoader.model = 0
}
}
Connections {
target: Lipstick.compositor
onWindowAdded: {
if(window.category=="" && window.title !== "Home"){
folderLoader.visible=false
folderLoader.model = 0
}
}
}
InverseMouseArea {
anchors.fill: folderLoader
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment