9762:333374cf3a18 | 9763:52f982c08301 |
---|---|
44 def setButtons(self): | 44 def setButtons(self): |
45 """ | 45 """ |
46 Public method to enable the supported action buttons. | 46 Public method to enable the supported action buttons. |
47 """ | 47 """ |
48 super().setButtons() | 48 super().setButtons() |
49 | |
49 self.microPython.setActionButtons( | 50 self.microPython.setActionButtons( |
50 run=True, repl=True, files=True, chart=HAS_QTCHART | 51 run=True, repl=True, files=True, chart=HAS_QTCHART |
51 ) | 52 ) |
52 | 53 |
53 def forceInterrupt(self): | 54 def forceInterrupt(self): |