()
| 7101 | renderDock(); |
| 7102 | var context=document.getElementById('mobileContextLabel'); var meta=APP_META.find(function(app){return app.id===state.activeApp;}); if(context&&meta) context.textContent=t(meta.label); |
| 7103 | } |
| 7104 | |
| 7105 | function iconSvg(name) { |
| 7106 | var map = { |
| 7107 | system: '<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.7"><rect x="3" y="4" width="18" height="12" rx="2"></rect><path d="M8 20h8"></path><path d="M12 16v4"></path></svg>', |
no outgoing calls
no test coverage detected