mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -04:00
scrollies: switch to frame animation for kinetic scroll
This commit is contained in:
@@ -42,6 +42,14 @@ Item {
|
||||
signal viewModeChanged(string sectionId, string mode)
|
||||
signal searchQueryRequested(string query)
|
||||
|
||||
onActiveChanged: {
|
||||
if (!active) {
|
||||
sections = [];
|
||||
flatModel = [];
|
||||
selectedItem = null;
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: SettingsData
|
||||
function onSortAppsAlphabeticallyChanged() {
|
||||
|
||||
Reference in New Issue
Block a user