Skip to content

Commit

Permalink
Merge pull request #391 from vshekar/hide-restart-server-button
Browse files Browse the repository at this point in the history
Hide restart server button
  • Loading branch information
vshekar authored Jul 1, 2024
2 parents d824163 + 6a3680f commit fb508de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/control_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ def createSampleTab(self):
endVisitButton.clicked.connect(self.endVisitCB)
restartServerButton = QtWidgets.QPushButton("Restart Server")
restartServerButton.clicked.connect(self.restartServerCB)
restartServerButton.hide()
self.openShutterButton = QtWidgets.QPushButton("Open Photon Shutter")
self.openShutterButton.clicked.connect(self.openPhotonShutterCB)
self.popUserScreen = QtWidgets.QPushButton("User Screen...")
Expand Down

0 comments on commit fb508de

Please sign in to comment.