Skip to content

Commit 2184c8a

Browse files
committed
Grab mainColumn focus when All apps button is toggled
1 parent 6bf39e4 commit 2184c8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contents/ui/MainColumnItem.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Item {
246246
else
247247
restorePinned.start();
248248
}
249+
mainColumn.visibleGrid.tryActivate(0,0)
249250
}
250251
}
251252
text: i18n(showAllApps || showRecents ? "Back" : "All apps")
@@ -333,6 +334,7 @@ Item {
333334
enabled: (opacity == 1.0) ? 1 : 0
334335
height: parent.height
335336
width: parent.width
337+
grabFocus: true
336338
model: allAppsModel
337339
opacity: showAllApps && !searching ? 1.0 : 0.0
338340
showDescriptions: plasmoid.configuration.showDescription

0 commit comments

Comments
 (0)