Files
srt-streamer/electron
admin a401680b47 fix: tray icon invisible + exit without confirmation
Tray icon:
- Replaced SVG DataURL approach (broken on Windows) with
  nativeImage.createFromBuffer() using raw RGBA pixel data
- Draws rounded background + play triangle + red dot pixel-by-pixel
- Falls back to pre-generated tray-icon.png if present (build output)
- makeWindowIcon() also loads from assets/icon.png when available

Exit confirmation:
- confirmAndQuit() always shows dialog — previously only asked
  when activeCount > 0, so quit with no streams skipped the dialog
- Dialog shows active stream count in detail text
- Tray menu relabeled in Russian with emoji markers

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 01:20:20 +03:00
..