Parcourir la Source

piket_client: Disable add CT

Maarten van den Berg il y a 1 mois
Parent
commit
266c396601
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      piket_client/gui.py

+ 5 - 5
piket_client/gui.py

@@ -232,11 +232,11 @@ class PiketMainWindow(QMainWindow):
232 232
         self.toolbar.addWidget(self.create_spacer())
233 233
 
234 234
         # Right
235
-        self.toolbar.addAction(
236
-            self.load_icon("add_consumption_type.png"),
237
-            "Nieuw",
238
-            self.add_consumption_type,
239
-        )
235
+        # self.toolbar.addAction(
236
+        #     self.load_icon("add_consumption_type.png"),
237
+        #     "Nieuw",
238
+        #     self.add_consumption_type,
239
+        # )
240 240
         self.toolbar.setContextMenuPolicy(Qt.PreventContextMenu)
241 241
         self.toolbar.setFloatable(False)
242 242
         self.toolbar.setMovable(False)