Skip to content

Commit

Permalink
Set AFT dock widget invisible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
petebachant committed May 19, 2024
1 parent 9fc065b commit 250a326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbinedaq/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ def create_aft_dock_widget(self):
self.dockWidget_AFT.visibilityChanged.connect(
self.ui.actionViewAFT.setChecked
)
# Set invisible by default
self.dockWidget_AFT.setVisible(False)

@property
def settings_fpath(self) -> str:
Expand Down

0 comments on commit 250a326

Please sign in to comment.