1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-11 07:52:50 -05:00

Remove pointless connections

This commit is contained in:
bbedward
2025-07-21 14:02:18 -04:00
parent 5189a34d40
commit 56662608d1
2 changed files with 0 additions and 35 deletions

View File

@@ -220,19 +220,6 @@ PanelWindow {
}
Connections {
target: AppSearchService
function onApplicationsChanged() {
console.log("AppLauncher: DesktopEntries.applicationsChanged signal received");
// Update categories when applications change
console.log("AppLauncher: Updating categories and model due to applicationsChanged");
var allCategories = AppSearchService.getAllCategories();
categories = ["All", "Recents"].concat(allCategories.filter((cat) => {
return cat !== "All";
}));
updateFilteredModel();
}
}
Connections {
function onRecentlyUsedAppsChanged() {