From 1f4ed8329923c0ed2f64d99e101bac68a6a47dd2 Mon Sep 17 00:00:00 2001 From: abbou169 Date: Mon, 25 Nov 2024 12:08:46 -0500 Subject: [PATCH] removing the icon --- toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbar.py b/toolbar.py index ad09102..9729d4b 100644 --- a/toolbar.py +++ b/toolbar.py @@ -73,7 +73,7 @@ def create_topbar(self, parent: tk.Tk): # Create buttons in the left frame self.create_button("Connection", left_frame, images) - self.create_button("Power", left_frame, images) + # self.create_button("Power", left_frame, images) # à ajouter après si besoin self.create_button("Input", left_frame, images) self.create_button("Output", left_frame, images)