mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-04 04:42:05 -04:00
feat: Reintroduce app filters in v2 launcher
This commit is contained in:
@@ -687,6 +687,12 @@ Singleton {
|
||||
appCategories.forEach(cat => categories.add(cat));
|
||||
}
|
||||
|
||||
// Include categories from core apps (e.g. DMS Settings)
|
||||
for (const app of coreApps) {
|
||||
const appCategories = getCategoriesForApp(app);
|
||||
appCategories.forEach(cat => categories.add(cat));
|
||||
}
|
||||
|
||||
const pluginCategories = getPluginCategories();
|
||||
pluginCategories.forEach(cat => categories.add(cat));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user