We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389f2c5 commit af62e4cCopy full SHA for af62e4c
src/renderer/utils/notifications/filters/search.ts
@@ -34,7 +34,6 @@ export const QUALIFIERS: readonly SearchQualifier[] = Object.values(
34
) as readonly SearchQualifier[];
35
36
37
-// Pre-split qualifier sets so we don't filter each time for every notification
38
export const BASE_QUALIFIERS: readonly SearchQualifier[] = QUALIFIERS.filter(
39
(q) => !q.requiresDetailsNotifications,
40
);
0 commit comments