--- a/src/eric7/MicroPython/Devices/GenericMicroPythonDevices.py Tue Feb 14 09:43:26 2023 +0100 +++ b/src/eric7/MicroPython/Devices/GenericMicroPythonDevices.py Tue Feb 14 10:05:29 2023 +0100 @@ -59,13 +59,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.__directAccess and self.__deviceVolumeMounted(): - self.microPython.setActionButtons(open=True, save=True) - def deviceName(self): """ Public method to get the name of the device.