macro_line: delay->delay(ms)
parent
2d069e1af8
commit
919be28a73
|
|
@ -20,7 +20,7 @@ class MacroLine(QObject):
|
||||||
self.container = parent.container
|
self.container = parent.container
|
||||||
|
|
||||||
if self.parent.parent.keyboard.vial_protocol >= 2:
|
if self.parent.parent.keyboard.vial_protocol >= 2:
|
||||||
self.types = self.types[:] + ["Delay"]
|
self.types = self.types[:] + ["Delay (ms)"]
|
||||||
self.type_to_cls = self.type_to_cls[:] + [ActionDelayUI]
|
self.type_to_cls = self.type_to_cls[:] + [ActionDelayUI]
|
||||||
|
|
||||||
self.arrows = QHBoxLayout()
|
self.arrows = QHBoxLayout()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue