mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-03-24 12:10:59 +08:00
Separate receiving text/images into own panel
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user