1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

Remove useless getter

This commit is contained in:
bbedward
2025-10-08 12:33:00 -04:00
parent 4e271d4f0e
commit 3c420f2e30
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Singleton {
const queryLower = query.toLowerCase().trim()
const scoredApps = []
const usageRanking = AppUsageHistoryData.getAppUsageRanking()
const usageRanking = AppUsageHistoryData.appUsageRanking || {}
for (const app of applications) {
const name = (app.name || "").toLowerCase()