notifications: add icon for installation and upscaling prompts

This commit is contained in:
end-4
2025-05-24 10:52:17 +02:00
parent ac8314931f
commit 086ba7c35a
@@ -21,6 +21,8 @@ function findSuitableMaterialSymbol(summary = "") {
'update': 'update',
'ai response': 'neurology',
'control': 'settings',
'upscale': 'compare',
'install': 'deployed_code_update',
'startswith:file': 'folder_copy', // Declarative startsWith check
};