Skip to content

Commit

Permalink
Bugfix 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Feb 17, 2023
1 parent c0644df commit 420a069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __init__(self):
button8 = QPushButton('8) Bebop Opencv')
button8.clicked.connect(self.cmd_bebopcv)
if float(release['RELEASE']) > 20.04:
button8.setDisables(True)
button8.setDisabled(True)
btn_layout.addWidget(button8)

button9 = QPushButton('9) VLC + Joystick + Natnet')
Expand Down

0 comments on commit 420a069

Please sign in to comment.