Skip to content

Commit

Permalink
@mbridak Recheck ESM button states when the run/s&p state is toggled.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Oct 19, 2024
1 parent c1b5e01 commit 8d0b656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions not1mm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2534,6 +2534,7 @@ def run_sp_buttons_clicked(self) -> None:
self.pref["run_state"] = self.radioButton_run.isChecked()
self.write_preference()
self.read_cw_macros()
self.check_esm()

def write_preference(self) -> None:
"""
Expand Down

0 comments on commit 8d0b656

Please sign in to comment.