We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c262db + 1f4ed83 commit af74ed7Copy full SHA for af74ed7
toolbar.py
@@ -73,7 +73,7 @@ def create_topbar(self, parent: tk.Tk):
73
74
# Create buttons in the left frame
75
self.create_button("Connection", left_frame, images)
76
- self.create_button("Power", left_frame, images)
+ # self.create_button("Power", left_frame, images) # à ajouter après si besoin
77
self.create_button("Input", left_frame, images)
78
self.create_button("Output", left_frame, images)
79
0 commit comments