Context menu for runs working.

This commit is contained in:
lwark
2025-05-22 10:00:25 -05:00
parent 75c665ea05
commit d850166e08
40 changed files with 2852 additions and 3329 deletions

View File

@@ -19,7 +19,7 @@ env = jinja_template_loading()
class StartEndDatePicker(QWidget):
"""
custom widget to pick start and end dates for controls graphs
custom widget to pick start and end dates for control graphs
"""
def __init__(self, default_start: int) -> None: