notifications: make icon guesses less strict

This commit is contained in:
end-4
2025-09-21 18:57:27 +02:00
parent 800f5c7c64
commit 9762a94138
@@ -9,7 +9,7 @@ function findSuitableMaterialSymbol(summary = "") {
const keywordsToTypes = {
'reboot': 'restart_alt',
'recording': 'screen_record',
'record': 'screen_record',
'battery': 'power',
'power': 'power',
'screenshot': 'screenshot_monitor',
@@ -21,7 +21,7 @@ function findSuitableMaterialSymbol(summary = "") {
'update': 'update',
'ai response': 'neurology',
'control': 'settings',
'upscale': 'compare',
'upsca': 'compare',
'install': 'deployed_code_update',
'startswith:file': 'folder_copy', // Declarative startsWith check
};