diff --git a/containments/homescreen/package/contents/ui/main.qml b/containments/homescreen/package/contents/ui/main.qml index 543b0563..0c7538ea 100644 --- a/containments/homescreen/package/contents/ui/main.qml +++ b/containments/homescreen/package/contents/ui/main.qml @@ -180,7 +180,7 @@ FocusScope { // - restore windows if (!plasmoid.nativeInterface.showingDesktop) { plasmoid.nativeInterface.showingDesktop = true - } else if (appDrawer.status !== HomeScreenComponents.AppDrawer.Status.Open) { + } else if (appDrawer.status !== HomeScreenComponents.AbstractAppDrawer.Status.Open) { mainFlickable.currentIndex = 0 root.appDrawer.open() } else {