mirror of
https://github.com/smittix/intercept.git
synced 2026-04-26 07:40:01 -07:00
Add waterfall modulation auto-select and fix kill-all message
Waterfall clicks now auto-select the correct modulation for the frequency band (e.g., WFM for FM broadcast, AM for airband) instead of using whatever modulation was last selected. Adds a hover tooltip showing frequency and suggested modulation. Fixes the kill-all notification to show a clean "All processes stopped" message instead of listing "bluetooth_scanner". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4775,7 +4775,7 @@
|
||||
eventSource.close();
|
||||
eventSource = null;
|
||||
}
|
||||
showInfo('Killed all processes: ' + (data.processes.length ? data.processes.join(', ') : 'none running'));
|
||||
showInfo('All processes stopped' + (data.processes.length ? ` (${data.processes.length} killed)` : ' (none were running)'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user