We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cbec2 commit a3bc7f1Copy full SHA for a3bc7f1
encoderconf_ui.py
@@ -139,6 +139,7 @@ def onshown(self):
139
def apply(self):
140
val = self.spinBox_cs.value()
141
self.send_value("mtenc","cs",val=val)
142
+ self.send_value("mtenc","mode",val=self.comboBox_mode.currentData())
143
144
class BissEncoderConf(EncoderOption,CommunicationHandler):
145
def __init__(self,parent,main):
0 commit comments