diff --git a/sohstationviewer/view/db_config/channel_dialog.py b/sohstationviewer/view/db_config/channel_dialog.py index f158244e4b1a3048deee7ffa8c7547a49ccabc90..5e2a17e64ec977e6c6354ae76faa53f5bf19bbdb 100755 --- a/sohstationviewer/view/db_config/channel_dialog.py +++ b/sohstationviewer/view/db_config/channel_dialog.py @@ -109,7 +109,7 @@ class ChannelDialog(UiDBInfoDialog): @Slot() def on_checkbox_toggle(self, checked: bool, checkbox: CenteredCheckBox): """ - Called when a checkbox is toggled. Store whether the toggle reverts the + Called when a checkbox is toggled. Check whether the toggle reverts the checkbox to its original state and style the checkbox accordingly. :param checked: whether the checkbox is checked after the toggle