Skip to content

Commit

Permalink
@mbridak hide the group tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Nov 2, 2024
1 parent e2bdff0 commit dfee193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions not1mm/lib/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def __init__(self, app_data_path, pref, parent=None):
super().__init__(parent)
self.logger = logging.getLogger("settings")
uic.loadUi(app_data_path / "configuration.ui", self)
self.tabWidget.setTabVisible(5, False)
# self.group_tab.hide()
self.buttonBox.accepted.connect(self.save_changes)
self.usecwdaemon_radioButton.clicked.connect(self.set_cwdaemon_port_hint)
self.usepywinkeyer_radioButton.clicked.connect(self.set_winkeyer_port_hint)
Expand Down

0 comments on commit dfee193

Please sign in to comment.