UI: Increase maximum audio tracks to 6
This commit is contained in:
@@ -31,6 +31,8 @@ private:
|
||||
QPointer<QCheckBox> mixer2;
|
||||
QPointer<QCheckBox> mixer3;
|
||||
QPointer<QCheckBox> mixer4;
|
||||
QPointer<QCheckBox> mixer5;
|
||||
QPointer<QCheckBox> mixer6;
|
||||
|
||||
OBSSignal volChangedSignal;
|
||||
OBSSignal syncOffsetSignal;
|
||||
@@ -62,4 +64,6 @@ public slots:
|
||||
void mixer2Changed(bool checked);
|
||||
void mixer3Changed(bool checked);
|
||||
void mixer4Changed(bool checked);
|
||||
void mixer5Changed(bool checked);
|
||||
void mixer6Changed(bool checked);
|
||||
};
|
||||
|
Reference in New Issue
Block a user