update CHANGELOG. remove Lock Levels.

This commit is contained in:
itwrx
2023-07-01 13:33:28 -05:00
parent 60d8d9abff
commit ebf986e38a
6 changed files with 13 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ viewable RoutineEditor:
# any changes to the routine. The changed callback
proc changed(routine: Routine)
method view(editor: RoutineEditorState): Widget {.locks: "unknown".} =
method view(editor: RoutineEditorState): Widget =
result = gui:
#must have top level container that everything else is inside of.
Box: