mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
enhance console show
This commit is contained in:
parent
3053993f7a
commit
afe913868c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user