mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 02:04:45 +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
|
// - restore windows
|
||||||
if (!plasmoid.nativeInterface.showingDesktop) {
|
if (!plasmoid.nativeInterface.showingDesktop) {
|
||||||
plasmoid.nativeInterface.showingDesktop = true
|
plasmoid.nativeInterface.showingDesktop = true
|
||||||
} else if (appDrawer.status !== HomeScreenComponents.AppDrawer.Status.Open) {
|
} else if (appDrawer.status !== HomeScreenComponents.AbstractAppDrawer.Status.Open) {
|
||||||
mainFlickable.currentIndex = 0
|
mainFlickable.currentIndex = 0
|
||||||
root.appDrawer.open()
|
root.appDrawer.open()
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue