mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen: Fix silly type name error
This commit is contained in:
parent
2db6d393dc
commit
f81271d303
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue