homescreen: Fix silly type name error

This commit is contained in:
Aleix Pol 2021-11-10 12:55:41 +01:00
parent 2db6d393dc
commit f81271d303

View file

@ -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 {