We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb5af8 commit 4ad16f5Copy full SHA for 4ad16f5
1 file changed
qml/windowed/AppListView.qml
@@ -20,6 +20,9 @@ FocusScope {
20
21
function positionViewAtBeginning() {
22
listView.positionViewAtBeginning()
23
+ if (!LauncherController.visible) {
24
+ alphabetCategoryPopup.close()
25
+ }
26
}
27
28
function scrollToAlphabetCategory(character) {
0 commit comments