enhance console show

This commit is contained in:
Francesco 2025-02-26 16:51:52 +01:00
parent 3053993f7a
commit afe913868c

View File

@ -118,6 +118,7 @@ class RunTab(QTabWidget):
def toggle_console(self, state):
self.output_text.setVisible(state == Qt.Checked)
self.results_table.setVisible(state == Qt.Checked)
def run_script(self):
if self.process is not None and self.process.state() == QProcess.Running: