Separate receiving text/images into own panel

This commit is contained in:
Lewis Moten
2024-05-13 03:53:42 -04:00
parent f548d9572b
commit 8cb5248fdf
5 changed files with 138 additions and 60 deletions

View File

@@ -2,8 +2,7 @@ import BasePanel from './BasePanel';
class CommunicationsPanel extends BasePanel {
constructor() {
super('Communications');
this.addSection('Send');
super('Audio Sender');
this.addRadios('send-via', [
{text: 'Analyzer', id: 'send-via-analyzer', eventName: 'sendAnalyzerChange'},
{text: 'Speakers', id: 'send-via-speaker', eventName: 'sendSpeakersChange'}