Skip to content

Commit 4ad16f5

Browse files
committed
fix: The alphabet also closes when the launchpad is shut down
as title. PMS-BUG-289179
1 parent fbb5af8 commit 4ad16f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

qml/windowed/AppListView.qml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ FocusScope {
2020

2121
function positionViewAtBeginning() {
2222
listView.positionViewAtBeginning()
23+
if (!LauncherController.visible) {
24+
alphabetCategoryPopup.close()
25+
}
2326
}
2427

2528
function scrollToAlphabetCategory(character) {

0 commit comments

Comments
 (0)