(action)
| 264 | |
| 265 | // Handle tools action changes |
| 266 | function handleToolsActionChange(action) { |
| 267 | if (action === 'video-mapper') { |
| 268 | // Open FastLED Video Mapper in new tab |
| 269 | window.open('https://ledmapper.com', '_blank'); |
| 270 | return; |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | // Handle graphics option changes |
| 275 | function handleGraphicsOptionChange(option) { |