mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-01 19:18:28 -04:00
refactor(launcher): invert framemode emerge from top position
This commit is contained in:
@@ -43,6 +43,7 @@ Item {
|
||||
signal queryChanged(string query)
|
||||
signal viewModeChanged(string sectionId, string mode)
|
||||
signal searchQueryRequested(string query)
|
||||
signal sectionExpanded(string sectionId)
|
||||
|
||||
Ref {
|
||||
service: AppSearchService
|
||||
@@ -1874,6 +1875,9 @@ Item {
|
||||
selectedFlatIndex = getFirstItemIndex();
|
||||
}
|
||||
updateSelectedItem();
|
||||
|
||||
if (!newCollapsed[sectionId])
|
||||
sectionExpanded(sectionId);
|
||||
}
|
||||
|
||||
function executeSelected() {
|
||||
|
||||
Reference in New Issue
Block a user