macro_line: delay->delay(ms)

main
Ilya Zhuravlev 2021-03-29 19:22:12 -04:00
parent 2d069e1af8
commit 919be28a73
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class MacroLine(QObject):
self.container = parent.container
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.arrows = QHBoxLayout()