src/eric7/MicroPython/Devices/CircuitPythonDevices.py

branch
eric7
changeset 9763
52f982c08301
parent 9756
9854647c8c5c
child 9765
6378da868bb0
diff -r 333374cf3a18 -r 52f982c08301 src/eric7/MicroPython/Devices/CircuitPythonDevices.py
--- a/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Tue Feb 14 09:43:26 2023 +0100
+++ b/src/eric7/MicroPython/Devices/CircuitPythonDevices.py	Tue Feb 14 10:05:29 2023 +0100
@@ -62,13 +62,11 @@
         Public method to enable the supported action buttons.
         """
         super().setButtons()
+
         self.microPython.setActionButtons(
             run=True, repl=True, files=True, chart=HAS_QTCHART
         )
 
-        if self.__deviceVolumeMounted():
-            self.microPython.setActionButtons(open=True, save=True)
-
     def forceInterrupt(self):
         """
         Public method to determine the need for an interrupt when opening the

eric ide

mercurial